AnnotationImagePalette Property |
Gets the image palette, if any.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic byte[] Palette { get; }Public ReadOnly Property Palette As Byte()
Get
Property Value
Type:
Byte A byte array containing the image palette data or null if there is no palette.
See Also