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

Show in webframe

Format Property (OcrAutoRecognizeJobData)








Gets or sets the output document format.
Syntax
public DocumentFormat Format {get; set;}
'Declaration
 
Public Property Format As DocumentFormat
'Usage
 
Dim instance As OcrAutoRecognizeJobData
Dim value As DocumentFormat
 
instance.Format = value
 
value = instance.Format
public DocumentFormat Format {get; set;}
@property (nonatomic, assign) LTDocumentFormat format
public DocumentFormat getFormat()
public void setFormat(DocumentFormat value)
            
 <br/>get_Format();<br/>set_Format(value);<br/>Object.defineProperty('Format'); 
public:
property DocumentFormat Format {
   DocumentFormat get();
   void set (    DocumentFormat value);
}

Property Value

An DocumentFormat enumeration member that specifies the output document format. This can be any of the supported DocumentFormat such as PDF, DOC and TEXT. If this member is DocumentFormat.User, then the document saved using the native engine format set in IOcrDocumentManager.EngineFormat if the engine used supports native formats, otherwise an exception will be thrown.
Example
For an example, refer to RunJob and RunJobAsync.
Requirements

Target Platforms

See Also

Reference

OcrAutoRecognizeJobData Structure
OcrAutoRecognizeJobData 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