Converts the active object.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void Convert(
int BitsPerPixel,
int Flags
)
Public Sub Convert (
BitsPerPixel As Integer,
Flags As Integer
)
public:
void Convert(
[InAttribute] int BitsPerPixel,
[InAttribute] int Flags
)
Parameters
- BitsPerPixel
- Type: System.Int32
- Flags
- Type: System.Int32
See Also