Document.DespeckleMode Property
|
Use this property to get or set the de-speckle mode used during image preprocessing.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool DespeckleMode { get; set; }
Public Property DespeckleMode As Boolean
Get
Set
public:
property bool DespeckleMode {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
The default value for this property is True.
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