MonobjcMonobjc Documented Class Library
CGPDFOperatorTable Class
NamespacesMonobjc.ApplicationServicesCGPDFOperatorTable

[Missing <summary> documentation for "T:Monobjc.ApplicationServices.CGPDFOperatorTable"]

Declaration Syntax
C#Visual BasicVisual C++
public static class CGPDFOperatorTable
Public NotInheritable Class CGPDFOperatorTable
public ref class CGPDFOperatorTable abstract sealed
Members
All MembersMethods



IconMemberDescription
Create()()()()

Creates an empty PDF operator table.

Original signature is 'CGPDFOperatorTableRef CGPDFOperatorTableCreate ( void );'

Available in Mac OS X version 10.4 and later.


Release(IntPtr)

Decrements the retain count of a CGPDFOperatorTable object.

Original signature is 'void CGPDFOperatorTableRelease ( CGPDFOperatorTableRef table );'

Available in Mac OS X version 10.4 and later.


Retain(IntPtr)

Increments the retain count of a CGPDFOperatorTable object.

Original signature is 'CGPDFOperatorTableRef CGPDFOperatorTableRetain ( CGPDFOperatorTableRef table );'

Available in Mac OS X version 10.4 and later.


SetCallback(IntPtr, String, CGPDFOperatorCallback)

Sets a callback function for a PDF operator.

Original signature is 'void CGPDFOperatorTableSetCallback ( CGPDFOperatorTableRef table, const char *name, CGPDFOperatorCallback callback );'

Available in Mac OS X version 10.4 and later.


Inheritance Hierarchy
Object
CGPDFOperatorTable
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)