Gets extra information about the image if the file is a document format.
public CodecsDocumentImageInfo Document { get; }
Public ReadOnly Property Document As CodecsDocumentImageInfo
@property (nonatomic, strong, readonly) LTCodecsDocumentImageInfo *document
public CodecsDocumentImageInfo getDocument()
public:
property CodecsDocumentImageInfo^ Document {
CodecsDocumentImageInfo^ get();
}
A CodecsDocumentImageInfo object containing the document format information such as its logical size.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document