The LtdFileName Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the name of the LEAD Temporary Document (LTD) being used in the current operationVisual Basic (Declaration) | |
---|---|
Public ReadOnly Property LtdFileName As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrAutoRecognizeJobOperationEventArgs Dim value As String value = instance.LtdFileName |
C# | |
---|---|
public string LtdFileName {get;} |
Property Value
(Read only) The name of the LEAD Temporary Document (LTD) being used in the current operation. Or a null reference (Nothing in Visual Basic) 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).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7