C# Class Poppler.Dest

Mostrar archivo Open project: GNOME/pdfmod

Public Properties

Property Type Description
Bottom double
Left double
NamedDest string
PageNum int
Right double
Top double
Type Poppler.DestType
Zero Poppler.Dest
Zoom double

Public Methods

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

Private Methods

Method Description
ReadNative ( IntPtr native, Poppler &target ) : void
poppler_dest_copy ( IntPtr raw ) : IntPtr
poppler_dest_free ( IntPtr raw ) : void
poppler_dest_get_type ( ) : IntPtr

Method Details

Copy() public method

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

Free() public method

public Free ( ) : void
return void

New() public static method

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

Property Details

Bottom public_oe property

public double Bottom
return double

Left public_oe property

public double Left
return double

NamedDest public_oe property

public string NamedDest
return string

PageNum public_oe property

public int PageNum
return int

Right public_oe property

public double Right
return double

Top public_oe property

public double Top
return double

Type public_oe property

public Poppler.DestType Type
return Poppler.DestType

Zero public_oe static_oe property

public static Poppler.Dest Zero
return Poppler.Dest

Zoom public_oe property

public double Zoom
return double