Saves this barcode image to the specified Stream object.

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(
	Stream stream
)
Visual Basic (Declaration)
Public Sub Save ( _
	stream As Stream _
)
Visual C++
public:
void Save(
	Stream^ stream
)

Parameters

stream
Type: System.IO..::.Stream
The Stream object to which to save this barcode image.

See Also