getThumbnailsGridUrl Method

Summary

Gets a URL to a composite image for one or more page thumbnails.

Syntax

JavaScript Syntax
DocumentImages.prototype.getThumbnailsGridUrl = function(firstPageNumber, lastPageNumber, maximumGridWidth) 
TypeScript Syntax
getThumbnailsGridUrl(firstPageNumber: number, lastPageNumber: number, maximumGridWidth: number): string; 

Parameters

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.

Return Value

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly