CGPDFDocument Constructors
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.
Overloads
CGPDFDocument(CGDataProvider) |
Creates a CGPDFDocument from a data provider, typically an array of bytes. |
CGPDFDocument(IntPtr) |
CGPDFDocument(CGDataProvider)
Creates a CGPDFDocument from a data provider, typically an array of bytes.
public CGPDFDocument (CoreGraphics.CGDataProvider provider);
new CoreGraphics.CGPDFDocument : CoreGraphics.CGDataProvider -> CoreGraphics.CGPDFDocument
Parameters
- provider
- CGDataProvider
Data provider.
Remarks
You can use this to create PDF documents dynamically. CGDataProviders can deliver the data either from a block of memory or from the contents of a file.
Applies to
CGPDFDocument(IntPtr)
public CGPDFDocument (IntPtr handle);
new CoreGraphics.CGPDFDocument : nativeint -> CoreGraphics.CGPDFDocument
Parameters
- handle
-
IntPtr
nativeint