Leadtools.Codecs Namespace > CodecsRasterizeDocumentOptions Class : Load Property |
public CodecsRasterizeDocumentLoadOptions Load {get;}
'Declaration Public ReadOnly Property Load As CodecsRasterizeDocumentLoadOptions
'Usage Dim instance As CodecsRasterizeDocumentOptions Dim value As CodecsRasterizeDocumentLoadOptions value = instance.Load
public CodecsRasterizeDocumentLoadOptions Load {get;}
@property (nonatomic, strong, readonly) LTCodecsRasterizeDocumentLoadOptions* load;
public CodecsRasterizeDocumentLoadOptions getLoad()
get_Load();
public: property CodecsRasterizeDocumentLoadOptions^ Load { CodecsRasterizeDocumentLoadOptions^ get(); }
LEADTOOLS provides support for loading a document as a raster image. Documents formats such as PDF, XPS, DOC/DOCX(2007/2010), PPT/PPTX(2007/2010), XLS/XLSX(2007/2010), 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.