Click or drag to resize

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
)

Parameters

filename
Type: System String
file name
format
Type: System.Drawing.Imaging ImageFormat
image format
See Also