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 > OcrAutoRecognizeJobData Structure : Format Property |
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); }