getImageResizedUrl Method

Summary

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

Syntax

JavaScript Syntax
DocumentPage.prototype.getImageResizedUrl = function(width, height) 
TypeScript Syntax
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 Documents Library, see GetImageResizedElement.

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