C# Класс MonoMac.CoreGraphics.CGPDFDocument

Наследование: INativeObject, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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