Click or drag to resize

XlsWorksheet SaveAndGetShapesToImage Method

Save option specify shapes to image, and get option specify shapes together.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Dictionary<IShape, Bitmap> SaveAndGetShapesToImage(
	SaveShapeTypeOption option
)

Parameters

option
Type: Spire.Xls SaveShapeTypeOption

Return Value

Type: Dictionary IShape , Bitmap
See Also