Click or drag to resize

DocumentKeepOriginalImage Property

By default, the original (II_ORIGINAL), image for any page in the document is not preserved by the page object.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public bool KeepOriginalImage { get; set; }

Property Value

Type: Boolean
Remarks

It might consume significant memory but may not actually be used during the processing once the preprocessed (II_CURRENT) image is created. To keep the original image, set this property to True.

The default value for this property is False.

See Also