C# Class MonoMac.CoreGraphics.CGPDFDocument

Inheritance: INativeObject, IDisposable
Mostrar archivo Open project: kangaroo/maccore Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FromFile ( string str ) : CGPDFDocument
FromUrl ( string str ) : CGPDFDocument
GetArtBox ( int page ) : RectangleF
GetBleedBox ( int page ) : RectangleF
GetCropBox ( int page ) : RectangleF
GetMediaBox ( int page ) : RectangleF
GetPage ( int page ) : CGPDFPage
GetTrimBox ( int page ) : RectangleF
GetVersion ( int &major, int &minor ) : void
UnlockWithPassword ( string pass ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CGPDFDocument ( IntPtr handle ) : System
CGPDFDocument ( IntPtr handle, bool owns ) : System
CGPDFDocumentAllowsCopying ( IntPtr handle ) : int
CGPDFDocumentAllowsPrinting ( IntPtr handle ) : int
CGPDFDocumentCreateWithURL ( IntPtr url ) : IntPtr
CGPDFDocumentGetArtBox ( IntPtr handle, int page ) : RectangleF
CGPDFDocumentGetBleedBox ( IntPtr handle, int page ) : RectangleF
CGPDFDocumentGetCropBox ( IntPtr handle, int page ) : RectangleF
CGPDFDocumentGetMediaBox ( IntPtr handle, int page ) : RectangleF
CGPDFDocumentGetNumberOfPages ( IntPtr handle ) : int
CGPDFDocumentGetPage ( IntPtr handle, int page ) : IntPtr
CGPDFDocumentGetTrimBox ( IntPtr handle, int page ) : RectangleF
CGPDFDocumentGetVersion ( IntPtr handle, int &major, int &minor ) : void
CGPDFDocumentIsEncrypted ( IntPtr handle ) : int
CGPDFDocumentIsUnlocked ( IntPtr handle ) : int
CGPDFDocumentRelease ( IntPtr handle ) : void
CGPDFDocumentRetain ( IntPtr handle ) : void
CGPDFDocumentUnlockWithPassword ( IntPtr handle, string password ) : int

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FromFile() public static method

public static FromFile ( string str ) : CGPDFDocument
str string
return CGPDFDocument

FromUrl() public static method

public static FromUrl ( string str ) : CGPDFDocument
str string
return CGPDFDocument

GetArtBox() public method

public GetArtBox ( int page ) : RectangleF
page int
return System.Drawing.RectangleF

GetBleedBox() public method

public GetBleedBox ( int page ) : RectangleF
page int
return System.Drawing.RectangleF

GetCropBox() public method

public GetCropBox ( int page ) : RectangleF
page int
return System.Drawing.RectangleF

GetMediaBox() public method

public GetMediaBox ( int page ) : RectangleF
page int
return System.Drawing.RectangleF

GetPage() public method

public GetPage ( int page ) : CGPDFPage
page int
return CGPDFPage

GetTrimBox() public method

public GetTrimBox ( int page ) : RectangleF
page int
return System.Drawing.RectangleF

GetVersion() public method

public GetVersion ( int &major, int &minor ) : void
major int
minor int
return void

UnlockWithPassword() public method

public UnlockWithPassword ( string pass ) : bool
pass string
return bool