Scanners.LoadSettings Method
|
This method loads the settings of the available scanners (e.g. color mode, resolution, etc.) from an external file.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void LoadSettings(
string FileName
)
Public Sub LoadSettings (
FileName As String
)
public:
void LoadSettings(
[InAttribute] String^ FileName
)
Parameters
- FileName
- Type: System.String
Remarks
If the file does not exist, a trappable error occurs. If there is a scanner in the collection whose settings
are not stored in the file, the scanner properties remain unchanged.
See Also