Platforms to show: All Mac Windows Linux Cross-Platform
Back to DynaPDFParserContentColorSpaceMBS class.
DynaPDFParserContentColorSpaceMBS.CS as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DynaPDF | MBS DynaPDF Plugin | 26.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The color space is encoded in the lower 8 bits -> (CS and 255);
If bit 16 is set, the color space is a default color space -> (CS and &h20000).
The underlying base color space is encoded in the upper 8 bits -> (CS shift right 24).
(Read and Write property)
DynaPDFParserContentColorSpaceMBS.CSObj as DynaPDFColorSpaceMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DynaPDF | MBS DynaPDF Plugin | 26.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
DynaPDFParserContentColorSpaceMBS.Invisible as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DynaPDF | MBS DynaPDF Plugin | 26.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
Some examples using this property:
DynaPDFParserContentColorSpaceMBS.Name as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DynaPDF | MBS DynaPDF Plugin | 26.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
The items on this page are in the following plugins: MBS DynaPDF Plugin.