Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to CGPDFObjectMBS class.
CGPDFObjectMBS.ArrayValue(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 |
Returns true on success and false on failure.
CGPDFObjectMBS.BooleanValue(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 |
Returns true on success and false on failure.
CGPDFObjectMBS.DictionaryValue(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 |
Returns true on success and false on failure.
CGPDFObjectMBS.IntegerValue(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 |
Returns true on success and false on failure.
Is function will return double and integer values. Conversion is done automatically.
CGPDFObjectMBS.NameValue(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 |
Returns true on success and false on failure.
CGPDFObjectMBS.SingleValue(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 |
Returns true on success and false on failure.
Is function will return double and integer values. Conversion is done automatically.
CGPDFObjectMBS.StreamValue(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 |
Returns true on success and false on failure.
CGPDFObjectMBS.StringValue(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 |
Returns true on success and false on failure.
CGPDFObjectMBS.Type as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreGraphics | MBS MacCG Plugin | 4.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Some useful constants:
kCGPDFObjectTypeNull = 1
kCGPDFObjectTypeBoolean = 2
kCGPDFObjectTypeInteger = 3
kCGPDFObjectTypeReal = 4
kCGPDFObjectTypeName = 5
kCGPDFObjectTypeString = 6
kCGPDFObjectTypeArray = 7
kCGPDFObjectTypeDictionary = 8
kCGPDFObjectTypeStream = 9
The items on this page are in the following plugins: MBS MacCG Plugin.