Click or drag to resize

ImagePaletted Method

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(
	[OptionalAttribute] IMAGEINDEX Image
)

Parameters

Image (Optional)
Type: Kofax.OmniPageCSDK.IproPlusIMAGEINDEX

Return 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