EngineSetDialogFolderPath Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SetDialogFolderPath(
DIALOG_FOLDER Type,
string Path
)
Public Sub SetDialogFolderPath (
Type As DIALOG_FOLDER,
Path As String
)
public:
void SetDialogFolderPath(
[InAttribute] DIALOG_FOLDER Type,
[InAttribute] String^ Path
)
Parameters
- Type
- Type: Kofax.OmniPageCSDK.IproPlusDIALOG_FOLDER
- Path
- Type: SystemString
See Also