getImageResizedUrl Method

Summary

Gets a URL to the raster image of this page with a specified size.

Syntax
TypeScript
JavaScript
DocumentPage.prototype.getImageResizedUrl = function( 
   width, 
   height 
) 
getImageResizedUrl( 
   width: number, 
   height: number 
): string; 

Parameters

width

Requested width in pixels.

height

Requested height in pixels.

Return Value

The URL to an image of this page.

Remarks

For more information on this method or to load the image through the Document Library, see GetImageResizedElement.

Refer to Image Loading Using LEADTOOLS Document Library and Document Loading Using LEADTOOLS Document Library for more information.

Requirements

Target Platforms

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

Leadtools.Document Assembly