Click or drag to resize

DocumentDownSample 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
Syntax
public bool DownSample { get; set; }

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