CGPDFScanner 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
CGPDFScanner(IntPtr) | |
CGPDFScanner(CGPDFContentStream, CGPDFOperatorTable, Object) |
Creates a CGPDFScanner object that invokes callbacks in the |
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
- table
- CGPDFOperatorTable
- userInfo
- Object