Saves this barcode image to the specified file.

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

Syntax

C#
public void Save(
	string filename
)
Visual Basic
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