AddImage Method

Summary

Adds an image to the sheet from a specified source, positioning it within the given display bounds.

Syntax

TypeScript
JavaScript
SheetImages.prototype.addImage = function( 
 src, 
 displayBounds 
) 
addImage( 
 src: string, 
 displayBounds: LeadRectD 
): void; 

Parameters

src

The image url.

displayBounds

A LeadRectD structure specifying the bounds for the image within the sheet.

Requirements

Target Platforms

See Also

SheetImages Class

SheetImages Members

Leadtools.Document.SheetEditor Namespace

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

Leadtools.Document.SheetEditor Assembly

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