C# 클래스 MonoMac.CoreGraphics.CGPDFDocument

상속: INativeObject, IDisposable
파일 보기 프로젝트 열기: kangaroo/maccore 1 사용 예제들

공개 메소드들

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FromFile() 공개 정적인 메소드

public static FromFile ( string str ) : CGPDFDocument
str string
리턴 CGPDFDocument

FromUrl() 공개 정적인 메소드

public static FromUrl ( string str ) : CGPDFDocument
str string
리턴 CGPDFDocument

GetArtBox() 공개 메소드

public GetArtBox ( int page ) : RectangleF
page int
리턴 System.Drawing.RectangleF

GetBleedBox() 공개 메소드

public GetBleedBox ( int page ) : RectangleF
page int
리턴 System.Drawing.RectangleF

GetCropBox() 공개 메소드

public GetCropBox ( int page ) : RectangleF
page int
리턴 System.Drawing.RectangleF

GetMediaBox() 공개 메소드

public GetMediaBox ( int page ) : RectangleF
page int
리턴 System.Drawing.RectangleF

GetPage() 공개 메소드

public GetPage ( int page ) : CGPDFPage
page int
리턴 CGPDFPage

GetTrimBox() 공개 메소드

public GetTrimBox ( int page ) : RectangleF
page int
리턴 System.Drawing.RectangleF

GetVersion() 공개 메소드

public GetVersion ( int &major, int &minor ) : void
major int
minor int
리턴 void

UnlockWithPassword() 공개 메소드

public UnlockWithPassword ( string pass ) : bool
pass string
리턴 bool