Click or drag to resize

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
Syntax
public IMG_CONVERSION Conversion { get; set; }

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