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