CGPDFOperatorTable 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.
Class for storing callbacks for processing PDF documents.
public class CGPDFOperatorTable : IDisposable, ObjCRuntime.INativeObject
type CGPDFOperatorTable = class
interface INativeObject
interface IDisposable
- Inheritance
-
CGPDFOperatorTable
- Implements
Constructors
CGPDFOperatorTable() | |
CGPDFOperatorTable(IntPtr) |
Properties
Handle |
Handle (pointer) to the unmanaged object representation. |
Methods
Dispose() |
Releases the resources used by the CGPDFOperatorTable object. |
Dispose(Boolean) |
Releases the resources used by the CGPDFOperatorTable object. |
Finalize() |
Finalizer for the CGPDFOperatorTable object |
GetScannerFromInfo(IntPtr) | |
SetCallback(String, Action<CGPDFScanner,Object>) | |
SetCallback(String, Action<IntPtr,IntPtr>) |