Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Load Property (CodecsRasterizeDocumentOptions)








Gets the object used to set the options for loading a document file as a raster image.
Syntax
'Declaration
 
Public ReadOnly Property Load As CodecsRasterizeDocumentLoadOptions
'Usage
 
Dim instance As CodecsRasterizeDocumentOptions
Dim value As CodecsRasterizeDocumentLoadOptions
 
value = instance.Load
@property (nonatomic, strong, readonly) LTCodecsRasterizeDocumentLoadOptions* load
public CodecsRasterizeDocumentLoadOptions getLoad()
 get_Load(); 

Property Value

An instance of CodecsRasterizeDocumentLoadOptions object that contains the options to use for loading a document file as a raster image.
Remarks

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.

Example
For an example, refer to CodecsRasterizeDocumentLoadOptions.
Requirements

Target Platforms

See Also

Reference

CodecsRasterizeDocumentOptions Class
CodecsRasterizeDocumentOptions Members

Error processing SSI file