Platforms to show: All Mac Windows Linux Cross-Platform
DynaPDFDeviceNAttributesMBS class
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | DynaPDF | MBS DynaPDF Plugin | 9.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 3 properties
- property ProcessColorantsCount as Integer
- property ProcessColorSpace as DynaPDFColorSpaceMBS
- property SeparationsCount as Integer
- 5 methods
- method Constructor Private
- method ProcessColorant(index as integer) as string New in 26.2
- method ProcessColorants as string() New in 26.2
- method Separation(index as integer) as DynaPDFColorSpaceMBS New in 26.2
- method Separations as DynaPDFColorSpaceMBS() New in 26.2
This class has no sub classes.
Blog Entries
Release notes
- Version 26.2
- Renamed ProcessColorants function in DynaPDFDeviceNAttributesMBS class to ProcessColorant as there is a new ProcessColorants function to return an array.
- Renamed Separations function in DynaPDFDeviceNAttributesMBS class to Separation as there is a new Separations function to return an array.
Some properties using for this class:
- DynaPDFColorSpaceMBS.DeviceNAttributes as DynaPDFDeviceNAttributesMBS
Some examples using this class:
Some related classes:
The items on this page are in the following plugins: MBS DynaPDF Plugin.
DynaPDFColorSpaceMBS - DynaPDFEditTextMBS