Creates new Bitmap with rendered Barcode and saves it to file of imageType format.

Namespace:  Lesnikowski.Barcode
Assembly:  Barcode (in Barcode.dll) Version: 1.0.5.40002

Syntax

C#
public void Save(
	string fileName,
	ImageType imageType,
	float xDpi,
	float yDpi
)
Visual Basic (Declaration)
Public Sub Save ( _
	fileName As String, _
	imageType As ImageType, _
	xDpi As Single, _
	yDpi As Single _
)
Visual C++
public:
virtual void Save(
	String^ fileName, 
	ImageType imageType, 
	float xDpi, 
	float yDpi
) sealed

Parameters

fileName
Type: System..::.String
Name of created file
imageType
Type: Lesnikowski.Barcode..::.ImageType
Format of the output image
xDpi
Type: System..::.Single
Horizontal resolution in dots per inch
yDpi
Type: System..::.Single
Vertical resolution in dots per inch

Implements

IBaseBarcode..::.Save(String, ImageType, Single, Single)

See Also