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
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