ScannerAvailableResolutions Property
|
This property returns the available scanning resolutions.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic RSDRS AvailableResolutions { get; }
Public ReadOnly Property AvailableResolutions As RSDRS
Get
public:
property RSDRS AvailableResolutions {
RSDRS get ();
}
Property Value
Type:
RSDRS
Remarks
Possible values are listed under the RSDRS Enumeration topic.
The available modes are returned as a bitwise combination of the possible values.
See Also