Determines whether this document supports loading images using different resolutions.
public virtual bool IsResolutionsSupported {get;}
Public Overridable ReadOnly Property IsResolutionsSupported() As Boolean
Get
public:
virtual property bool IsResolutionsSupported
{
bool get()
}
public boolean isResolutionsSupported()
true if this document supports loading images using different resolutions (DPI); otherwise, false.
Use the DocumentPage.GetImage(resolution) method to obtain the raster image version of a page. It accepts a resolution property that can be used to get the image at any resolution, if supported.
Document format types such as Microsoft Word and Adobe Acrobat do not contain a physical pixel size and can be loaded at any resolution value, such as 72, 96, 150, 200, 300, 600, etc. You can use DocumentPage.GetImage(resolution) to load the raster image at any desired value.
Raster format types such as TIFF, PNG, and JPEG have a physical size and can only be loaded at that specific size (of course, you can re-size them later, or change the resolution value if desired using the RasterCodecs object).
IsResolutionsSupported determines whether the current LEADDocument supports loading the image at different resolutions (is a document format type), and will return true for Word or PDF documents and false for TIFF, PNG and JPEG images.
If IsResolutionsSupported is false, then the value of resolution passed to DocumentPage.GetImage(resolution) is ignored.
Note that if this is a virtual document with children, then the value of this property will true if any of the child documents reports true, and will be false if the document has no children or if all the children report false.
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