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).
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2