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

Show in webframe

DocumentFileName Property (OcrAutoRecognizeJobData)








Gets or sets the name of the output document file.
Syntax
public string DocumentFileName {get; set;}
'Declaration
 
Public Property DocumentFileName As String
'Usage
 
Dim instance As OcrAutoRecognizeJobData
Dim value As String
 
instance.DocumentFileName = value
 
value = instance.DocumentFileName
public string DocumentFileName {get; set;}
@property (nonatomic, copy) NSString *documentFileName
public String getDocumentFileName()
public void setDocumentFileName(String value)
            
 <br/>get_DocumentFileName();<br/>set_DocumentFileName(value);<br/>Object.defineProperty('DocumentFileName'); 
public:
property String^ DocumentFileName {
   String^ get();
   void set (    String^ value);
}

Property Value

A String that contains the name of the output document file. When recognition is completed, this file will be created on disk. This member cannot be a null reference (Nothing in Visual Basic).
Example
For an example, refer to RunJob and RunJobAsync.
Requirements

Target Platforms

See Also

Reference

OcrAutoRecognizeJobData Structure
OcrAutoRecognizeJobData Members
Programming with the 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