Gets or sets the name of the output document file.
public string DocumentFileName { get; set; }
Public Property DocumentFileName As String
@property (nonatomic, copy) NSString *documentFileName
public String getDocumentFileName()
public void setDocumentFileName(String value)
A String that contains the name of the output document file. When recognition is completed, this file will be created on disk. This member cannot be a null reference (Nothing in VB).
For an example, refer to RunJob and RunJobAsync.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET