CGPDFDocument Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PDF Document.
public class CGPDFDocument : CoreFoundation.NativeObject
type CGPDFDocument = class
inherit NativeObject
- Inheritance
Constructors
| CGPDFDocument(CGDataProvider) |
Creates a CGPDFDocument from a data provider, typically an array of bytes. |
Properties
| AllowsCopying |
Gets whether |
| AllowsPrinting |
Gets whether |
| Handle | (Inherited from DisposableObject) |
| IsEncrypted |
Gets whether |
| IsUnlocked |
Gets whether the |
| Owns | (Inherited from DisposableObject) |
| Pages | |
Methods
| ClearHandle() | (Inherited from DisposableObject) |
| Dispose() | (Inherited from DisposableObject) |
| Dispose(Boolean) | (Inherited from NativeObject) |
| Equals(Object) | (Inherited from DisposableObject) |
| FromFile(String) | |
| FromUrl(String) | |
| GetAccessPermissions() | |
| GetCatalog() |
Gets the catalog for |
| GetCheckedHandle() | (Inherited from DisposableObject) |
| GetHashCode() | (Inherited from DisposableObject) |
| GetInfo() |
Gets information for |
| GetOutline() | |
| GetPage(IntPtr) | |
| GetVersion(Int32, Int32) |
Gets the version of |
| InitializeHandle(NativeHandle) | (Inherited from DisposableObject) |
| Release() | |
| Retain() | |
| SetOutline(CGPDFOutlineOptions) | |
| Unlock(String) | |
Extension Methods
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) |