Click or drag to resize

XlsShape SaveToImage Method (Stream, ImageFormat)

Save shape to image.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SaveToImage(
	Stream fileStream,
	ImageFormat imageFormat
)

Parameters

fileStream
Type: System.IO Stream
Output stream. It is ignored if null.
imageFormat
Type: System.Drawing.Imaging ImageFormat
Type of the image to create.
See Also