XlsShape
SaveToImage Method (String, ImageFormat)
|
Save shape to image.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SaveToImage(
string fileName,
ImageFormat imageFormat
)
Public Sub SaveToImage (
fileName As String,
imageFormat As ImageFormat
)
public:
void SaveToImage(
String^ fileName,
ImageFormat^ imageFormat
)
member SaveToImage :
fileName : string *
imageFormat : ImageFormat -> unit
Parameters
-
fileName
-
Type:
System
String
Output file name.
-
imageFormat
-
Type:
System.Drawing.Imaging
ImageFormat
Type of the image to create.
See Also