Size to use when getting the thumbnail image of a page.
Object.defineProperty(DocumentImages.prototype, 'thumbnailPixelSize',
get: function(),
set: function(value)
)
thumbnailPixelSize: LeadSizeD;
The size to use in pixels when getting the thumbnail image of a page. Default value is 128 by 128 pixels.
ThumbnailPixelSize is used by DocumentPage.GetThumbnailImageUrl to calculate the size of the raster image returned as a thumbnail of the page.
The actual size is calculated to be the maximum value that fits inside ThumbnailPixelSize while keeping the aspect ratio, for example, if ThumbnailPixelSize is 128 by 128 and the page size is 2000 by 1000 pixels then the returned thumbnail image size is 128 by 64 pixels.
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