Gets the name of the document file being saved in the current operation.
public string DocumentFileName { get; }
Public ReadOnly Property DocumentFileName As String
@property (nonatomic, copy, readonly, nullable) NSString *documentFileName
public String getDocumentFileName()
public:
property String^ DocumentFileName {
String^ get();
}
The name of the document file being saved in the current operation.
This member will be equal to the original OcrAutoRecognizeJobData.DocumentFileName value except for the following operations: SavePage and AppendLtd where it will be destination file name or SaveDocument where it can either be the original document file name or the name of a temporary LTD file if LTD is being used to create a temporary document during recognition.
For an example, refer to OcrAutoRecognizeJobOperationEventArgs.
OcrAutoRecognizeJobOperationEventArgs Class
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