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

GetImageResizedUrl Method

Show in webframe
Requested width in pixels.
Requested height in pixels.
Gets a URL to the raster image of this page with a specified size.
Syntax
 function Leadtools.Documents.DocumentPage.getImageResizedUrl( 
   width ,
   height 
)

Parameters

ParameterTypeDescription
widthdoubleRequested width in pixels.
heightdoubleRequested height in pixels.

Return Value

TypeDescription
string 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.

Example
Refer to GetImageUrl for an example.
See Also

Reference

DocumentPage Object
DocumentPage Members

Error processing SSI file