GetImageAt Method

Summary

Retrieves an embedded image from the sheet by its index.

Syntax

TypeScript
JavaScript
SheetImages.prototype.getImageAt = function( 
   index 
) 
getImageAt( 
   index: number 
): SheetImage; 

Parameters

index

A zero-based index of the image to retrieve from the sheet. The index must be within the range of 0 to Count - 1.

Return Value

A SheetImage object representing the embedded image at the specified index.

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.