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 > CodecsImageInfo Class : Document Property |
public CodecsDocumentImageInfo Document {get;}
'Declaration
Public ReadOnly Property Document As CodecsDocumentImageInfo
'Usage
Dim instance As CodecsImageInfo Dim value As CodecsDocumentImageInfo value = instance.Document
public CodecsDocumentImageInfo Document {get;}
@property (nonatomic, strong, readonly) LTCodecsDocumentImageInfo *document
public CodecsDocumentImageInfo getDocument()
get_Document();
public: property CodecsDocumentImageInfo^ Document { CodecsDocumentImageInfo^ get(); }
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 more information, refer to CodecsRasterizeDocumentLoadOptions.
The CodecsDocumentImageInfo class contains properties that specify the original document logical size on disk. This can be useful when calculating the rasterization parameters based on your application viewing needs.