Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Image[] SaveAsImage(
	float dpiX,
	float dpiY
)
Public Function SaveAsImage ( 
	dpiX As Single,
	dpiY As Single
) As Image()
public:
array<Image^>^ SaveAsImage(
	float dpiX, 
	float dpiY
)
member SaveAsImage : 
        dpiX : float32 * 
        dpiY : float32 -> Image[] 

Parameters

dpiX
Single
dpiY
Single

Return Value

array<Image>[]()[][]

See Also