Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

GetThumbnailsGridUrl Method

Show in webframe
1-based number of the first page number in the document.
1-based number of the last page number in the document.
The maximum width of the grid in pixels.
Gets a URL to a composite image for one or more page thumbnails.
Syntax
 function Leadtools.Documents.DocumentImages.getThumbnailsGridUrl( 
   firstPageNumber ,
   lastPageNumber ,
   maximumGridWidth 
)

Parameters

ParameterTypeDescription
firstPageNumberint1-based number of the first page number in the document.
lastPageNumberint1-based number of the last page number in the document.
maximumGridWidthintThe maximum width of the grid in pixels.

Return Value

TypeDescription
string A URL to a raster image that contains the thumbnails in a grid layout.
Remarks

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.

Example
Refer to GetImageUrl for an example.
See Also

Reference

DocumentImages Object
DocumentImages Members

Error processing SSI file