AnnotationImagePalette Property |
Gets the image palette, if any.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.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