MonobjcMonobjc Documented Class Library
CGPDFDictionary Class
NamespacesMonobjc.ApplicationServicesCGPDFDictionary

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

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



IconMemberDescription
ApplyFunction(IntPtr, IntPtr, IntPtr)

Applies a function to each entry in a dictionary.

Original signature is 'void CGPDFDictionaryApplyFunction ( CGPDFDictionaryRef dict, CGPDFDictionaryApplierFunction function, void *info );'

Available in Mac OS X version 10.3 and later.


GetArray(IntPtr, String, IntPtr)

Returns whether there is a PDF array associated with a specified key in a PDF dictionary and, if so, retrieves that array.

Original signature is 'bool CGPDFDictionaryGetArray ( CGPDFDictionaryRef dict, const char *key, CGPDFArrayRef *value );'

Available in Mac OS X version 10.3 and later.


GetBoolean(IntPtr, String, IntPtr)

Returns whether there is a PDF Boolean value associated with a specified key in a PDF dictionary and, if so, retrieves the Boolean value.

Original signature is 'bool CGPDFDictionaryGetBoolean ( CGPDFDictionaryRef dict, const char *key, CGPDFBoolean *value );'

Available in Mac OS X version 10.3 and later.


GetCount(IntPtr)

Returns the number of entries in a PDF dictionary.

Original signature is 'size_t CGPDFDictionaryGetCount ( CGPDFDictionaryRef dict );'

Available in Mac OS X version 10.3 and later.


GetDictionary(IntPtr, String, IntPtr)

Returns whether there is another PDF dictionary associated with a specified key in a PDF dictionary and, if so, retrieves that dictionary.

Original signature is 'bool CGPDFDictionaryGetDictionary ( CGPDFDictionaryRef dict, const char *key, CGPDFDictionaryRef *value );'

Available in Mac OS X version 10.3 and later.


GetInteger(IntPtr, String, IntPtr)

Returns whether there is a PDF integer associated with a specified key in a PDF dictionary and, if so, retrieves that integer.

Original signature is 'bool CGPDFDictionaryGetInteger ( CGPDFDictionaryRef dict, const char *key, CGPDFInteger *value );'

Available in Mac OS X version 10.3 and later.


GetName(IntPtr, String, IntPtr)

Returns whether an object with a specified key in a PDF dictionary is a PDF name reference (represented as a constant C string) and, if so, retrieves that name.

Original signature is 'bool CGPDFDictionaryGetName ( CGPDFDictionaryRef dict, const char *key, const char **value );'

Available in Mac OS X version 10.3 and later.


GetNumber(IntPtr, String, IntPtr)

Returns whether there is a PDF number associated with a specified key in a PDF dictionary and, if so, retrieves that number.

Original signature is 'bool CGPDFDictionaryGetNumber ( CGPDFDictionaryRef dict, const char *key, CGPDFReal *value );'

Available in Mac OS X version 10.3 and later.


GetObject(IntPtr, String, IntPtr)

Returns whether there is a PDF object associated with a specified key in a PDF dictionary and, if so, retrieves that object.

Original signature is 'bool CGPDFDictionaryGetObject ( CGPDFDictionaryRef dict, const char *key, CGPDFObjectRef *value );'

Available in Mac OS X version 10.3 and later.


GetStream(IntPtr, String, IntPtr)

Returns whether there is a PDF stream associated with a specified key in a PDF dictionary and, if so, retrieves that stream.

Original signature is 'bool CGPDFDictionaryGetStream ( CGPDFDictionaryRef dict, const char *key, CGPDFStreamRef *value );'

Available in Mac OS X version 10.3 and later.


GetString(IntPtr, String, IntPtr)

Returns whether there is a PDF string associated with a specified key in a PDF dictionary and, if so, retrieves that string.

Original signature is 'bool CGPDFDictionaryGetString ( CGPDFDictionaryRef dict, const char *key, CGPDFStringRef *value );'

Available in Mac OS X version 10.3 and later.


Inheritance Hierarchy
Object
CGPDFDictionary
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)