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
)
Public Function SaveAsImage (
sheetIndex As Integer,
dpiX As Single,
dpiY As Single
) As Image
public:
Image^ SaveAsImage(
int sheetIndex,
float dpiX,
float dpiY
)
member SaveAsImage :
sheetIndex : int *
dpiX : float32 *
dpiY : float32 -> Image
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