Document.LoadSettings Method
|
This method loads a previously saved document setting file and applies all the loaded settings to the document.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void LoadSettings(
string SettingFile
)
Public Sub LoadSettings (
SettingFile As String
)
public:
void LoadSettings(
[InAttribute] String^ SettingFile
)
Parameters
- SettingFile
- Type: System.String
Remarks
If the SettingFile does not exist, a trappable error occurs.
Calling this method sets the Modified property to True.
See Also