ImageFile.SetPalette Method
|
This method sets the palette of an image's page.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SetPalette(
int Page,
Object Palette
)
Public Sub SetPalette (
Page As Integer,
Palette As Object
)
public:
void SetPalette(
[InAttribute] int Page,
[InAttribute] Object^ Palette
)
Parameters
- Page
- Type: System.Int32
- Palette
- Type: System.Object
See Also