Click or drag to resize

MemoryBitmapPaletted 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
Syntax
public bool Paletted { 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