Click or drag to resize

DIALOG_FOLDER Enumeration

Startup paths for load and save dialogs.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("B953E27A-9ED7-41DD-B9EB-83CD343E1D18")]
public enum DIALOG_FOLDER
Members
  Member nameValueDescription
DIALOG_FOLDER_DOCOPEN0 Startup path for opening an existing document.
DIALOG_FOLDER_DOCSAVE1 Startup path for saving a document.
DIALOG_FOLDER_LOADIMG2 Startup path for loading an image into a document.
DIALOG_FOLDER_CONVERT3 Startup path for converting the results of recognition.
DIALOG_FOLDER_PREPROC4 Startup path for loading, saving and applying preprocess templates.
DIALOG_FOLDER_ZONETMP5 Startup path for loading, saving and applying zone and form templates.
DIALOG_FOLDER_USERDIC6 Startup path for loading, saving and applying user dictionaries.
DIALOG_FOLDER_TRNDATA7 Startup path for loading, saving and applying training data.
DIALOG_FOLDER_WORKFLW8 Startup path for loading and executing OmniPage workflows.
DIALOG_FOLDER_DOC2DOC_LOAD9 Startup path for loading in Convert to PDF step.
DIALOG_FOLDER_DOC2DOC_SAVE10 Startup path for saving in Convert to PDF step.
See Also