Manages the global image settings for the document.
[DataContractAttribute()]
public class DocumentImages
<DataContractAttribute()>
Public Class DocumentImages
public [DataContractAttribute]
ref class DocumentImages
public class DocumentImages implements Serializable
DocumentImages manages the global image settings of the document. It can be accessed through the Images property of LEADDocument.
DocumentImages can be used to obtain information and change the behavior used when LEADDocument gets or sets the raster images or SVG documents data of a page. It contains the following:
Member | Description |
---|---|
IsSvgSupported |
Indicates whether this document supports getting a page as SVG |
IsSvgViewingPreferred |
Indicates whether the pages of this document is best viewed using SVG instead of raster images |
IsResolutionsSupported |
Indicates whether this document supports loading images using different resolutions. |
DefaultBitsPerPixel |
The bits per pixel to use when getting the raster image of a page. |
ThumbnailPixelSize |
Size to use when obtaining the thumbnail image of a page. |
RasterCodecs |
The RasterCodecs object used when loading and saving raster images and SVG documents. |
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