MonobjcMonobjc Documented Class Library
Create Method
NamespacesMonobjc.ApplicationServicesCGPDFOperatorTableCreate()()()()

Creates an empty PDF operator table.

Original signature is 'CGPDFOperatorTableRef CGPDFOperatorTableCreate ( void );'

Available in Mac OS X version 10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr Create()
Public Shared Function Create As IntPtr
public:
static IntPtr Create()
Return Value
An empty PDF operator table. You are responsible for releasing this object by calling CGPDFOperatorTableRelease.
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)