메소드 |
설명 |
|
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 |
|
|