MonobjcMonobjc Documented Class Library
CGPDFObjectType Enumeration
NamespacesMonobjc.ApplicationServicesCGPDFObjectType

Types of PDF object.

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum CGPDFObjectType
Public Enumeration CGPDFObjectType
public enum class CGPDFObjectType
Members
MemberDescription
kCGPDFObjectTypeNull

The type for a PDF null.

Available in Mac OS X v10.3 and later.


kCGPDFObjectTypeBoolean

The type for a PDF Boolean.

Available in Mac OS X v10.3 and later.


kCGPDFObjectTypeInteger

The type for a PDF integer.

Available in Mac OS X v10.3 and later.


kCGPDFObjectTypeReal

The type for a PDF real.

Available in Mac OS X v10.3 and later.


kCGPDFObjectTypeName

Type for a PDF name.

Available in Mac OS X v10.3 and later.


kCGPDFObjectTypeString

The type for a PDF string.

Available in Mac OS X v10.3 and later.


kCGPDFObjectTypeArray

Type for a PDF array.

Available in Mac OS X v10.3 and later.


kCGPDFObjectTypeDictionary

The type for a PDF dictionary.

Available in Mac OS X v10.3 and later.


kCGPDFObjectTypeStream

The type for a PDF stream.

Available in Mac OS X v10.3 and later.


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)