Gets or sets the output document format.
public DocumentFormat Format { get; set; }
Public Property Format As DocumentFormat
@property (nonatomic, assign) LTDocumentFormat format
public DocumentFormat getFormat()
public void setFormat(DocumentFormat value)
public:
property DocumentFormat Format {
DocumentFormat get();
void set ( DocumentFormat );
}
The output document format. This can be any of the supported DocumentFormat such as PDF, DOC and TEXT.
If this is DocumentFormat.User, then the document is saved using the native engine format set in IOcrDocumentManager.EngineFormat when the engine used supports native formats, otherwise an exception will be thrown.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document