←Select platform

GetImage Method

Summary

Retrieves the embedded image from the sheet as a RasterImage, allowing for further manipulation, analysis, or display outside of the Excel environment. This method enables the extraction of image data, providing access to the visual content in a format suitable for a wide range of applications.

Syntax

C#
C++/CLI
Python
public RasterImage GetImage() 
public:  
   RasterImage^ GetImage() 
def GetImage(self): 

Return Value

An instance of the RasterImage class representing the extracted image.

Remarks

The GetImage method is a key tool for applications that need to work with images embedded in Excel sheets beyond simple display within the spreadsheet. It offers the flexibility to leverage powerful image processing libraries and integrate sheet images within broader application functionalities.

Requirements

Target Platforms

See Also

SheetImage Class

SheetImage 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.