C# Class MonoMac.CoreGraphics.CGPDFDocument

Inheritance: INativeObject, IDisposable
Afficher le fichier Open project: kangaroo/maccore Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FromFile() public static méthode

public static FromFile ( string str ) : CGPDFDocument
str string
Résultat CGPDFDocument

FromUrl() public static méthode

public static FromUrl ( string str ) : CGPDFDocument
str string
Résultat CGPDFDocument

GetArtBox() public méthode

public GetArtBox ( int page ) : RectangleF
page int
Résultat System.Drawing.RectangleF

GetBleedBox() public méthode

public GetBleedBox ( int page ) : RectangleF
page int
Résultat System.Drawing.RectangleF

GetCropBox() public méthode

public GetCropBox ( int page ) : RectangleF
page int
Résultat System.Drawing.RectangleF

GetMediaBox() public méthode

public GetMediaBox ( int page ) : RectangleF
page int
Résultat System.Drawing.RectangleF

GetPage() public méthode

public GetPage ( int page ) : CGPDFPage
page int
Résultat CGPDFPage

GetTrimBox() public méthode

public GetTrimBox ( int page ) : RectangleF
page int
Résultat System.Drawing.RectangleF

GetVersion() public méthode

public GetVersion ( int &major, int &minor ) : void
major int
minor int
Résultat void

UnlockWithPassword() public méthode

public UnlockWithPassword ( string pass ) : bool
pass string
Résultat bool