Gets the name of the LEAD Temporary Document (LTD) being used in the current operation
public string LtdFileName { get; }
Public ReadOnly Property LtdFileName As String
@property (nonatomic, copy, readonly, nullable) NSString *ltdFileName
public String getLtdFileName()
public:
property String^ LtdFileName {
String^ get();
}
The name of the LEAD Temporary Document (LTD) being used in the current operation. Or a null reference (Nothing in VB) when the current operation is not using LTD.
Depending on how the IOcrAutoRecognizeManager was setup, the engine might create LTD files during the recognition process to support multi-threading or recognition of images with large amount of pages. The value of this member is valid only when the current operation is SavePage (as the LTD for this page), AppendLtd (as the source file name) or ConvertDocument (as the source file name).
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