Click or drag to resize

Workbook SaveAsImage Method (Int32, Single, Single)

Save workbook to image.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Image SaveAsImage(
	int sheetIndex,
	float dpiX,
	float dpiY
)

Parameters

sheetIndex
Type: System Int32
sheet Index
dpiX
Type: System Single
Dpi X
dpiY
Type: System Single
Dpi Y

Return Value

Type: Image
See Also