ImageFile.Paletted 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
Syntaxpublic bool Paletted(
[OptionalAttribute] int Page
)
Public Function Paletted (
<OptionalAttribute> Page As Integer
) As Boolean
public:
bool Paletted(
[OptionalAttribute] [InAttribute] int Page
)
Parameters
- Page (Optional)
- Type: System.Int32
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