Platforms to show: All Mac Windows Linux Cross-Platform

Back to CGPDFDictionaryMBS class.

CGPDFDictionaryMBS.ArrayValue(key as string, byref value as CGPDFArrayMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacCG Plugin 4.2 ✅ Yes ❌ No ❌ No ✅ Yes All
If the object with the given key is a pdf array, this function will return it.

Returns true on success and false on failure.

CGPDFDictionaryMBS.BooleanValue(key as string, byref value as boolean) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacCG Plugin 4.2 ✅ Yes ❌ No ❌ No ✅ Yes All
If the object with the given key is a boolean value, this function will return it.

Returns true on success and false on failure.

CGPDFDictionaryMBS.Count as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacCG Plugin 4.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The number of keys in this dictionary.

CGPDFDictionaryMBS.DictionaryValue(key as string, byref value as CGPDFDictionaryMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacCG Plugin 4.2 ✅ Yes ❌ No ❌ No ✅ Yes All
If the object with the given key is a pdf dictionary, this function will return it.

Returns true on success and false on failure.

CGPDFDictionaryMBS.IntegerValue(key as string, byref value as Integer) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacCG Plugin 4.2 ✅ Yes ❌ No ❌ No ✅ Yes All
If the object with the given key is an integer value, this function will return it.

Returns true on success and false on failure.
Is function will return double and integer values. Conversion is done automatically.

CGPDFDictionaryMBS.List as CGPDFDictionaryListMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacCG Plugin 4.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns a list of all key&value pairs in the dictionary.

Returns nil on any error.

CGPDFDictionaryMBS.NameValue(key as string, byref value as string) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacCG Plugin 4.2 ✅ Yes ❌ No ❌ No ✅ Yes All
If the object with the given key is a name string, this function will return it.

Returns true on success and false on failure.

CGPDFDictionaryMBS.ObjectValue(key as string, byref value as CGPDFObjectMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacCG Plugin 4.2 ✅ Yes ❌ No ❌ No ✅ Yes All
If the object with the given key is a pdf object, this function will return it.

Returns true on success and false on failure.

CGPDFDictionaryMBS.SingleValue(key as string, byref value as Double) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacCG Plugin 4.2 ✅ Yes ❌ No ❌ No ✅ Yes All
If the object with the given key is a floating point value, this function will return it.

Returns true on success and false on failure.
Is function will return double and integer values. Conversion is done automatically.

CGPDFDictionaryMBS.StreamValue(key as string, byref value as CGPDFStreamMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacCG Plugin 4.2 ✅ Yes ❌ No ❌ No ✅ Yes All
If the object with the given key is a pdf stream, this function will return it.

Returns true on success and false on failure.

CGPDFDictionaryMBS.StringValue(key as string, byref value as CGPDFStringMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacCG Plugin 4.2 ✅ Yes ❌ No ❌ No ✅ Yes All
If the object with the given key is a pdf string, this function will return it.

Returns true on success and false on failure.

The items on this page are in the following plugins: MBS MacCG Plugin.


The biggest plugin in space...