Gets or sets the array that contains all the available resolutions that will be used with this image.
Object.defineProperty(MRTIImage.prototype, 'resolutions',
get: function(),
set: function(value)
)
resolutions: LeadSizeD[];
an array of LeadSizeD that contains all the available resolutions that will be used with this image.
Best resolution combination should be multiple of 2, for example, if the image full size is 1024X1024, then best resolutions to set are:
1024X1024 512X512 256X256 128X128
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