BarCodeControl
SaveToFile Method (String, ImageFormat)
|
Save image to disk file.
Namespace:
Spire.Barcode.Forms
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public void SaveToFile(
string filename,
ImageFormat format
)
Public Sub SaveToFile (
filename As String,
format As ImageFormat
)
public:
void SaveToFile(
String^ filename,
ImageFormat^ format
)
member SaveToFile :
filename : string *
format : ImageFormat -> unit
Parameters
-
filename
-
Type:
System
String
file name
-
format
-
Type:
System.Drawing.Imaging
ImageFormat
image format
See Also