Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsOptions Class : RasterizeDocument Property |
public CodecsRasterizeDocumentOptions RasterizeDocument {get;}
'Declaration
Public ReadOnly Property RasterizeDocument As CodecsRasterizeDocumentOptions
'Usage
Dim instance As CodecsOptions Dim value As CodecsRasterizeDocumentOptions value = instance.RasterizeDocument
public CodecsRasterizeDocumentOptions RasterizeDocument {get;}
@property (nonatomic, strong, readonly) LTCodecsRasterizeDocumentOptions* rasterizeDocument
public CodecsRasterizeDocumentOptions getRasterizeDocument()
get_RasterizeDocument();
public: property CodecsRasterizeDocumentOptions^ RasterizeDocument { CodecsRasterizeDocumentOptions^ get(); }
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.