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 Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions
public Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions Load {get;}
@property (nonatomic, strong, readonly) LTCodecsRasterizeDocumentLoadOptions* load
public CodecsRasterizeDocumentLoadOptions getLoad()
get_Load();
public:
property Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions^ Load {
Leadtools.Codecs.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.
For an example, refer to CodecsRasterizeDocumentLoadOptions.
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