Method | Description | |
---|---|---|
Dispose ( ) : void | ||
FromFile ( string str ) : |
||
FromUrl ( string str ) : |
||
GetArtBox ( int page ) : |
||
GetBleedBox ( int page ) : |
||
GetCropBox ( int page ) : |
||
GetMediaBox ( int page ) : |
||
GetPage ( int page ) : |
||
GetTrimBox ( int page ) : |
||
GetVersion ( int &major, int &minor ) : void | ||
UnlockWithPassword ( string pass ) : bool |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CGPDFDocument ( |
||
CGPDFDocument ( |
||
CGPDFDocumentAllowsCopying ( |
||
CGPDFDocumentAllowsPrinting ( |
||
CGPDFDocumentCreateWithURL ( |
||
CGPDFDocumentGetArtBox ( |
||
CGPDFDocumentGetBleedBox ( |
||
CGPDFDocumentGetCropBox ( |
||
CGPDFDocumentGetMediaBox ( |
||
CGPDFDocumentGetNumberOfPages ( |
||
CGPDFDocumentGetPage ( |
||
CGPDFDocumentGetTrimBox ( |
||
CGPDFDocumentGetVersion ( |
||
CGPDFDocumentIsEncrypted ( |
||
CGPDFDocumentIsUnlocked ( |
||
CGPDFDocumentRelease ( |
||
CGPDFDocumentRetain ( |
||
CGPDFDocumentUnlockWithPassword ( |
public static FromFile ( string str ) : |
||
str | string | |
return |
public static FromUrl ( string str ) : |
||
str | string | |
return |
public GetArtBox ( int page ) : |
||
page | int | |
return |
public GetBleedBox ( int page ) : |
||
page | int | |
return |
public GetCropBox ( int page ) : |
||
page | int | |
return |
public GetMediaBox ( int page ) : |
||
page | int | |
return |
public GetTrimBox ( int page ) : |
||
page | int | |
return |
public GetVersion ( int &major, int &minor ) : void | ||
major | int | |
minor | int | |
return | void |
public UnlockWithPassword ( string pass ) : bool | ||
pass | string | |
return | bool |