C# Class Poppler.AnnotMapping

Inheritance: GLib.Opaque
Mostra file Open project: GNOME/pdfmod

Public Methods

Method Description
AnnotMapping ( ) : System
AnnotMapping ( IntPtr raw ) : System
Copy ( ) : Poppler.AnnotMapping

Protected Methods

Method Description
Free ( IntPtr raw ) : void

Private Methods

Method Description
poppler_annot_mapping_copy ( IntPtr raw ) : IntPtr
poppler_annot_mapping_free ( IntPtr raw ) : void
poppler_annot_mapping_get_type ( ) : IntPtr
poppler_annot_mapping_new ( ) : IntPtr

Method Details

AnnotMapping() public method

public AnnotMapping ( ) : System
return System

AnnotMapping() public method

public AnnotMapping ( IntPtr raw ) : System
raw System.IntPtr
return System

Copy() public method

public Copy ( ) : Poppler.AnnotMapping
return Poppler.AnnotMapping

Free() protected method

protected Free ( IntPtr raw ) : void
raw System.IntPtr
return void