DocumentConversion Property
|
Use this property to get or set the primary image conversion mode.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic IMG_CONVERSION Conversion { get; set; }
Public Property Conversion As IMG_CONVERSION
Get
Set
public:
property IMG_CONVERSION Conversion {
IMG_CONVERSION get ();
void set (IMG_CONVERSION value);
}
Property Value
Type:
IMG_CONVERSION
Remarks
The primary image conversion is automatically applied during the LoadImage and ScanImage method calls.
Possible values are listed under the IMG_CONVERSION Enumeration topic.
Changing this property will set the Modified property to True.
See Also