ScannerResolution Property
|
This property is used to get or set the current scan resolution.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int Resolution { get; set; }
Public Property Resolution As Integer
Get
Set
public:
property int Resolution {
int get ();
void set (int value);
}
Property Value
Type:
Int32
Remarks
It is a numeric value and if the scanner does not support the requested resolution, the closest supported resolution will be set.
The default value of this property depends on the scanner model.
See Also