getThumbnailsGrid Method

Summary

Gets an image that contains one or more page thumbnails.

Syntax
TypeScript
JavaScript
DocumentImages.prototype.getThumbnailsGrid = function( 
   firstPageNumber, 
   lastPageNumber, 
   maximumGridWidth 
) 
getThumbnailsGrid( 
   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 raster image object that contains the thumbnails in a grid layout.

Remarks

This method will be deprecated. See GetThumbnailsGridUrl and getThumbnailsGridElement instead.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.