CGPDFOperatorTable Class
Definition
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>) |