Leadtools.Documents Namespace > DocumentImages Object : GetThumbnailsGridUrl Method |
function Leadtools.Documents.DocumentImages.getThumbnailsGridUrl( firstPageNumber , lastPageNumber , maximumGridWidth )
Parameter | Type | Description |
---|---|---|
firstPageNumber | int | 1-based number of the first page number in the document. |
lastPageNumber | int | 1-based number of the last page number in the document. |
maximumGridWidth | int | The maximum width of the grid in pixels. |
Type | Description |
---|---|
string | 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.