Platforms to show: All Mac Windows Linux Cross-Platform

Back to CGPDFArrayMBS class.

CGPDFArrayMBS.ArrayValue(index as Integer, 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 index is a pdf array, this function will return it.

Returns true on success and false on failure.

CGPDFArrayMBS.BooleanValue(index as Integer, 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 index is a boolean value, this function will return it.

Returns true on success and false on failure.

CGPDFArrayMBS.Count as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacCG Plugin 4.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the count of items in this array.

CGPDFArrayMBS.DictionaryValue(index as Integer, 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 index is a pdf dictionary, this function will return it.

Returns true on success and false on failure.

CGPDFArrayMBS.IntegerValue(index as Integer, 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 index 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.

CGPDFArrayMBS.NameValue(index as Integer, 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 index is a name string, this function will return it.

Returns true on success and false on failure.

CGPDFArrayMBS.NullValue(index 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 index is a nil value, this function will return it.

Returns true on success and false on failure.

Some examples using this method:

CGPDFArrayMBS.ObjectValue(index as Integer, 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 index is a pdf object, this function will return it.

Returns true on success and false on failure.

CGPDFArrayMBS.SingleValue(index as Integer, 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 index 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.

CGPDFArrayMBS.StreamValue(index as Integer, 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 index is a pdf stream, this function will return it.

Returns true on success and false on failure.

CGPDFArrayMBS.StringValue(index as Integer, 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 index 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...