Click or drag to resize

RSDWZ Enumeration

Scanner Wizard flags.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[FlagsAttribute]
public enum RSDWZ
Members
  Member nameValueDescription
RSDWZ_TOPMOST1 Set the Wizard topmost if it has no parent window.
RSDWZ_SILENT2 Silent mode.
RSDWZ_SILENT_FORCED4 Forced silent mode.
RSDWZ_NOSAFEMODE8
RSDWZ_STISELECT16 Enable STI selection.
RSDWZ_NOHINTEDITOR32 Disable Hint Editor and Advanced Settings.
RSDWZ_NOTESTS64 Disable all tests.
RSDWZ_BASICTEST128 Perform basic test separately.
RSDWZ_ADDITIONALTESTS256 Enable additional tests.
RSDWZ_SET_DEFAULT512
RSDWZ_DONTSAVE_INIFILE1024 Do not save the INI file.
RSDWZ_SAVE_RSDII2048
RSDWZ_REMOTE4096
Caution note Caution
This API is preliminary and subject to change.
RSDWZ_OLD_WIZARD-2147483648
Remarks

These flags specify the behavior of the new Scanner Setup Wizard.

Any combination of these flags gives the possible value of the setting "Kernel.ScanWizardFlags".

See Also