| IOcrJobMoveToDoneFolder Method |
Namespace:
Opait.Ocr.Api
Assembly:
Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax string MoveToDoneFolder(
string source,
bool overwrite = false
)
Parameters
- source
- Type: SystemString
The source file. - overwrite (Optional)
- Type: SystemBoolean
Whether to overwrite existing file or automatically version the destination.
Return Value
Type:
StringThe destination file path, or null for failure.
See Also