LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DocumentFileName Property
See Also 
Leadtools.Forms.Ocr Namespace > OcrAutoRecognizeJobOperationEventArgs Class : DocumentFileName Property



The DocumentFileName Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Gets the name of the document file being saved in the current operation.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DocumentFileName As String
Visual Basic (Usage)Copy Code
Dim instance As OcrAutoRecognizeJobOperationEventArgs
Dim value As String
 
value = instance.DocumentFileName
C# 
public string DocumentFileName {get;}
C++/CLI 
public:
property String^ DocumentFileName {
   String^ get();
}

Property Value

The name of the document file being saved in the current operation.

Example

For an example, refer to OcrAutoRecognizeJobOperationEventArgs.

Remarks

This member will be equal to the original OcrAutoRecognizeJobData.DocumentFileName value except for the following operations: SavePage and AppendLtd where it will be destination file name or SaveDocument where it can either be the original document file name or the name of a temporary LTD file if LTD is being used to create a temporary document during recognition.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

DocumentFileName requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features