Gets or sets the output document format.
public DocumentFormat Format { get; set; }
Public Property Format As Leadtools.Forms.Documentwriters.DocumentFormat
@property (nonatomic, assign) LTDocumentFormat format
public DocumentFormat getFormat()
public void setFormat(DocumentFormat value)
public:
property Leadtools.Forms.Documentwriters.DocumentFormat Format {
Leadtools.Forms.Documentwriters.DocumentFormat get();
void set ( Leadtools.Forms.Documentwriters.DocumentFormat );
}
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.
For an example, refer to RunJob and RunJobAsync.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET