The default size all thumbnail items are fit to.
Object.defineProperty(DocumentViewerThumbnails.prototype, 'maximumSize',
get: function(),
set: function(value)
)
maximumSize: LeadSizeD;
A LeadSizeD object indicating the default maximum width and height, in pixels, of each ImageViewerItem thumbnail image. This property cannot be null, LeadSizeD.Empty, or a size of no width or no height. The default value is a LeadSizeD of 128 by 128 pixels.
Prior to version 19.0.0.14
, the ImageViewer created in DocumentViewerThumbnails had ImageViewer.ItemSize set to an unchangeable value. This size is used to create the fitted size of the thumbnail image.
Now, ImageViewer.ItemSize is not set in DocumentViewerThumbnails and only read, so a user may set ImageViewer.ItemSize to control the image thumbnail size. If ImageViewer.ItemSize is empty or of no width or no height, then this default MaximumSize is used instead.
History
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