Click or drag to resize
BarcodeControlSave Method (String, ImageType)
Creates new Bitmap with rendered Barcode and saves it to file of imageType format.

Namespace:  Limilabs.Windows
Assembly:  Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax
public void Save(
	string fileName,
	ImageType imageType
)

Parameters

fileName
Type: SystemString
Name of created file
imageType
Type: Limilabs.BarcodeImageType
Format of the output image
Remarks
Uses XDpi as horizontal resolution in dots per inch, and YDpi as vertical resolution in dots per inch.
See Also