Document.DownSample Property
|
This property switches on or off the resolution reducing mode during image preprocessing.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool DownSample { get; set; }
Public Property DownSample As Boolean
Get
Set
public:
property bool DownSample {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
When DownSample is enabled, ResEnhancement property is set to RE_NO automatically.
Image preprocessing occurs when calling the ImagePreprocess method of Document or Page objects.
Changing this property will set the Modified property to True.
See Also