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

Show in webframe

Format Property (OcrAutoRecognizeJobOperationEventArgs)








Gets the document format being used in the current operation.
Syntax
public DocumentFormat Format {get;}
'Declaration
 
Public ReadOnly Property Format As DocumentFormat
'Usage
 
Dim instance As OcrAutoRecognizeJobOperationEventArgs
Dim value As DocumentFormat
 
value = instance.Format
public DocumentFormat Format {get;}
@property (nonatomic, assign, readonly) LTDocumentFormat format
public DocumentFormat getFormat()
            
 get_Format(); 
public:
property DocumentFormat Format {
   DocumentFormat get();
}

Property Value

An DocumentFormat enumeration member that specifies the format being used in the current operation.
Remarks

This member will be equal to the original OcrAutoRecognizeJobData.Format value except for the following operations: SavePage and AppendLtd where it will be DocumentFormat.Ltd or SaveDocument where it can either be the original format or DocumentFormat.Ltd 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 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