Document.KeepOriginalImage 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
Syntaxpublic bool KeepOriginalImage { get; set; }
Public Property KeepOriginalImage As Boolean
Get
Set
public:
property bool KeepOriginalImage {
bool get ();
void set (bool value);
}
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