| IOcrJobGetDestFilePath Method |
Returns a destination file path for the specified source file.
Namespace:
Opait.Ocr.Api
Assembly:
Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax string GetDestFilePath(
string sourceFile,
string destFolder,
bool overwrite = false
)
Parameters
- sourceFile
- Type: SystemString
The source file that is being processed. - destFolder
- Type: SystemString
The absolute or relative destination folder path. - overwrite (Optional)
- Type: SystemBoolean
Whether to overwrite existing file or automatically version the destination.
Return Value
Type:
StringThe destination file path for the specified source.
See Also