CGPDFDocument Constructors

Definition

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

Applies to