←Select platform

GetImageAt Method

Summary

Retrieves an embedded image from the sheet by its index.

Syntax

C#
C++/CLI
Python
public SheetImage GetImageAt( 
   int index 
) 
public:  
   SheetImage^ GetImageAt( 
      Int32 index 
   ) 
def GetImageAt(self,index): 

Parameters

index

An int specifying the 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.LEADOffice.Sheet Namespace

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

Leadtools.Document.LEADOffice Assembly

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