Click or drag to resize

ImageFilePaletted Method

This method returns True if the requested page is a paletted, 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] int Page
)

Parameters

Page (Optional)
Type: SystemInt32

Return Value

Type: Boolean
Remarks

The optional Page parameter is a number defining the index of the page being queried. If it is not specified or (-1), information about the first page is returned.

See Also