CGPDFScanner Constructors

Definition

Overloads

CGPDFScanner(IntPtr)
CGPDFScanner(CGPDFContentStream, CGPDFOperatorTable, Object)

Creates a CGPDFScanner object that invokes callbacks in the cs parameter when it encounters an operator specified by the table parameter.

CGPDFScanner(IntPtr)

public CGPDFScanner (IntPtr handle);
new CoreGraphics.CGPDFScanner : nativeint -> CoreGraphics.CGPDFScanner

Parameters

handle
IntPtr

nativeint

Applies to

CGPDFScanner(CGPDFContentStream, CGPDFOperatorTable, Object)

Creates a CGPDFScanner object that invokes callbacks in the cs parameter when it encounters an operator specified by the table parameter.

public CGPDFScanner (CoreGraphics.CGPDFContentStream cs, CoreGraphics.CGPDFOperatorTable table, object userInfo);
new CoreGraphics.CGPDFScanner : CoreGraphics.CGPDFContentStream * CoreGraphics.CGPDFOperatorTable * obj -> CoreGraphics.CGPDFScanner

Parameters

userInfo
Object

Applies to