ImageFile.TransformPalette Method
|
This method transforms one or more pages of the image file.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void TransformPalette(
ref IPROSIZE Size,
[OptionalAttribute] int Page
)
Public Sub TransformPalette (
ByRef Size As IPROSIZE,
<OptionalAttribute> Page As Integer
)
public:
void TransformPalette(
[InAttribute] IPROSIZE% Size,
[OptionalAttribute] [InAttribute] int Page
)
Parameters
- Size
- Type: Kofax.OmniPageCSDK.IproPlus.IPROSIZE
- Page (Optional)
- Type: System.Int32
Remarks
It always creates an 8-bit paletted image. For more details, see the Transform method.
See Also