Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

DocumentFileName Property (OcrAutoRecognizeJobOperationEventArgs)








Gets the name of the document file being saved in the current operation.
Syntax
public string DocumentFileName {get;}
'Declaration
 
Public ReadOnly Property DocumentFileName As String
'Usage
 
Dim instance As OcrAutoRecognizeJobOperationEventArgs
Dim value As String
 
value = instance.DocumentFileName
public string DocumentFileName {get;}
@property (nonatomic, copy, readonly, nullable) NSString *documentFileName
public String getDocumentFileName()
            
 get_DocumentFileName(); 
public:
property String^ DocumentFileName {
   String^ get();
}

Property Value

The name of the document file being saved in the current operation.
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.

Example
For an example, refer to OcrAutoRecognizeJobOperationEventArgs.
Requirements

Target Platforms

See Also

Reference

OcrAutoRecognizeJobOperationEventArgs Class
OcrAutoRecognizeJobOperationEventArgs Members
Programming with LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features