Saves this barcode image to the specified Stream object.

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(
	Stream stream
)
Visual Basic
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