Gets the object used to set the options for loading a document file as a raster image.
public CodecsRasterizeDocumentLoadOptions Load { get; }
Public ReadOnly Property Load As CodecsRasterizeDocumentLoadOptions
@property (nonatomic, strong, readonly) LTCodecsRasterizeDocumentLoadOptions* load
public CodecsRasterizeDocumentLoadOptions getLoad()
public:
property CodecsRasterizeDocumentLoadOptions^ Load {
CodecsRasterizeDocumentLoadOptions^ get();
}
An instance of CodecsRasterizeDocumentLoadOptions object that contains the options to use for loading a document file as a raster image.
LEADTOOLS provides support for loading a document as a raster image. Documents 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.
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