MemoryBitmap.Paletted Property
|
This property returns True if the image is a palette-color one.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool Paletted { get; }
Public ReadOnly Property Paletted As Boolean
Get
public:
property bool Paletted {
bool get ();
}
Property Value
Type:
Boolean
Remarks
Only 8-bit images can be palette-based images. If the image is not an 8-bit image, or it is grayscale (in this case no palette information is stored)
this property returns False.
See Also