Saves this barcode image to the specified file.

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

Syntax

C#
public void Save(
	string filename
)
Visual Basic
Public Sub Save ( 
	filename As String
)

Parameters

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

See Also