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.40001

Syntax

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

Parameters

fileName
String
Name of created file.
imageType
ImageType
Format of the output image.

See Also