Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > OcrAutoRecognizeJobOperationEventArgs Class : Format Property |
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(); }
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.