Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > OcrAutoRecognizeJobOperationEventArgs Class : LtdFileName Property |
public string LtdFileName {get;}
'Declaration
Public ReadOnly Property LtdFileName As String
'Usage
Dim instance As OcrAutoRecognizeJobOperationEventArgs Dim value As String value = instance.LtdFileName
public string LtdFileName {get;}
@property (nonatomic, copy, readonly, nullable) NSString *ltdFileName
public String getLtdFileName()
get_LtdFileName();
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).