Click or drag to resize

XlsWorkbook SaveAsImages Method (Single, Single)

Saves the current figure as an array of images with the specified DPI values.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Image[] SaveAsImages(
	float dpiX,
	float dpiY
)

Parameters

dpiX
Type: System Single
The horizontal DPI value for the images.
dpiY
Type: System Single
The vertical DPI value for the images.

Return Value

Type: Image
An array of Image objects representing the saved images.
See Also