Click or drag to resize

XlsChartFill SerializeMetafile Method

Serializes an Image object to a MemoryStream.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public static MemoryStream SerializeMetafile(
	Image picture
)

Parameters

picture
Type: System.Drawing Image

Return Value

Type: MemoryStream
See Also