Gets the size of the JPEG2000 Image at its largest resolution.
public LeadSize FullImageSize { get; } Public ReadOnly Property FullImageSize As Leadtools.LeadSize
public:property Leadtools.LeadSize FullImageSize {Leadtools.LeadSize get();}
A Leadtools.LeadSize value that indicates the size of the image at its largest resolution.
The image size at its largest resolution. JPEG2000 is a multi-resolution file. The number of resolutions is set when the file is saved. Most files are saved with at least five resolutions. The first resolution (highest resolution) represents the full image size, the size of the second will be half of the dimensions of the first (half of the width and half of the height), the size of the third will be a quarter the dimensions of the first, and so on. For a file with five resolutions, it is necessary to zoom in five times in order to get to the full resolution.
For an example that displays this value after loading the image, refer to JpipRasterImageViewer.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
