Gets a URL to a composite image for one or more page thumbnails.
DocumentImages.prototype.getThumbnailsGridUrl = function(firstPageNumber, lastPageNumber, maximumGridWidth)
getThumbnailsGridUrl(firstPageNumber: number, lastPageNumber: number, maximumGridWidth: number): string;
firstPageNumber
1-based number of the first page number in the document.
lastPageNumber
1-based number of the last page number in the document.
maximumGridWidth
The maximum width of the grid in pixels.
A URL to a raster image that contains the thumbnails in a grid layout.
For more information on this method or to load the images through the Documents Library, see GetThumbnailsGridElement.
Refer to Image Loading Using LEADTOOLS Documents Library and Document Loading Using LEADTOOLS Documents Library 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