Maximum width or height in pixels to use when obtaining image data from the pages in this document.
Object.defineProperty(DocumentImages.prototype, 'maximumImagePixelSize',
get: function(),
set: function(value)
)
maximumImagePixelSize: number;
The maximum width or height in pixels to use when obtaining image data from the pages in this document. Default value is 0, which means to use the original size.
This value should equal the value provided to MaximumImagePixelSize, unless the Documents Service overwrites it. Changing this value will have no effect, except to modify the value of ImageScale. To change the maximum image size, the document must be reloaded with a different MaximumImagePixelSize.
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