Click or drag to resize

IOcrJobMoveToDoneFolder Method

Moves the specified source file to DoneFolder.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
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: String
The destination file path, or null for failure.
See Also