Gets the scale value used when retuning image objects of this page.
Object.defineProperty(DocumentPage.prototype, 'imageScale',
get: function()
)
imageScale: number; // read-only
The scale value used when retuning image objects of this page.
This value is calculated for each page based on the value of MaximumImagePixelSize. The default value is 1 when the value of MaximumImagePixelSize is the default of 0 which means no scaling. If the value is any other, then ImageScale can be a value equal to or greater than 1 depending on the original page pixel size. Refer to MaximumImagePixelSize for more information.
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