Click or drag to resize

EngineSetDialogFolderPath Method

Use this property to get or set the default initial folders used by of the various file dialogs that are displayed when using the IPRO object model and the Visual Toolbox.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void SetDialogFolderPath(
	DIALOG_FOLDER Type,
	string Path
)

Parameters

Type
Type: Kofax.OmniPageCSDK.IproPlusDIALOG_FOLDER
Path
Type: SystemString
Remarks

The list of available locations is defined by the DIALOG_FOLDER Enumeration type.

See Also