Gets the options used when loading or saving a document file.
public CodecsRasterizeDocumentOptions RasterizeDocument { get; }
Public ReadOnly Property RasterizeDocument As CodecsRasterizeDocumentOptions
@property (nonatomic, strong, readonly) LTCodecsRasterizeDocumentOptions* rasterizeDocument
public CodecsRasterizeDocumentOptions getRasterizeDocument()
public:
property CodecsRasterizeDocumentOptions^ RasterizeDocument {
CodecsRasterizeDocumentOptions^ get();
}
An instance of CodecsRasterizeDocumentOptions object that contains the current document file load and save options.
LEADTOOLS provides support for loading a document as a raster image. Document formats such as PDF, XPS, DOCX/DOC, PPTX/PPT, XLSS/XLS, RTF and Text do not contain physical width, height or resolution. It is up to the loader (in this case, the RasterCodecs object) to specify the transformation from logical coordinates to physical pixels through a process called rasterization. For more information, refer to CodecsRasterizeDocumentLoadOptions.
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