C# Class Poppler.ImageMapping

Show file Open project: GNOME/pdfmod Class Usage Examples

Public Properties

Property Type Description
Area Poppler.Rectangle
ImageId int
Zero Poppler.ImageMapping

Public Methods

Method Description
Copy ( ) : Poppler.ImageMapping
Free ( ) : void
New ( ) : ImageMapping
New ( IntPtr raw ) : Poppler.ImageMapping

Private Methods

Method Description
ReadNative ( IntPtr native, Poppler &target ) : void
poppler_image_mapping_copy ( IntPtr raw ) : IntPtr
poppler_image_mapping_free ( IntPtr raw ) : void
poppler_image_mapping_get_type ( ) : IntPtr
poppler_image_mapping_new ( ) : IntPtr

Method Details

Copy() public method

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

Free() public method

public Free ( ) : void
return void

New() public static method

public static New ( ) : ImageMapping
return ImageMapping

New() public static method

public static New ( IntPtr raw ) : Poppler.ImageMapping
raw System.IntPtr
return Poppler.ImageMapping

Property Details

Area public property

public Poppler.Rectangle Area
return Poppler.Rectangle

ImageId public property

public int ImageId
return int

Zero public static property

public static Poppler.ImageMapping Zero
return Poppler.ImageMapping