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 : IDisposable, ObjCRuntime.INativeObject
type CGPDFDocument = class
interface INativeObject
interface IDisposable
- Inheritance
-
CGPDFDocument
- Implements
Constructors
CGPDFDocument(CGDataProvider) |
Creates a CGPDFDocument from a data provider, typically an array of bytes. |
CGPDFDocument(IntPtr) |
Properties
AllowsCopying |
Gets whether |
AllowsPrinting |
Gets whether |
Handle |
Handle (pointer) to the unmanaged object representation. |
IsEncrypted |
Gets whether |
IsUnlocked |
Gets whether the |
Pages |
Methods
Dispose() |
Releases the resources used by the CGPDFDocument object. |
Dispose(Boolean) |
Releases the resources used by the CGPDFDocument object. |
Finalize() |
Finalizer for the CGPDFDocument object |
FromFile(String) | |
FromUrl(String) | |
GetAccessPermissions() | |
GetCatalog() |
Gets the catalog for |
GetInfo() |
Gets information for |
GetOutline() | |
GetPage(nint) |
Gets a specific |
GetVersion(Int32, Int32) |
Gets the version of |
SetOutline(CGPDFOutlineOptions) | |
Unlock(String) |