←Select platform

LtdFileName Property

Summary
Gets the name of the LEAD Temporary Document (LTD) being used in the current operation
Syntax
C#
VB
Objective-C
C++
Java
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(); 
} 

Property Value

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.

Remarks

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).

Example

For an example, refer to OcrAutoRecognizeJobOperationEventArgs.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.