Saves this barcode image to the specified file.

Namespace:  Neodynamic.WPF
Assembly:  Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll)
Version: 2.0.3000.0 (2.0.3000.0)

Syntax

C#
public void Save(
	string filename
)
Visual Basic (Declaration)
Public Sub Save ( _
	filename As String _
)
Visual C++
public:
void Save(
	String^ filename
)

Parameters

filename
Type: System..::.String
A string that contains the name of the file to which to save this barcode image.

See Also