Saves this barcode image to the specified Stream object.

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(
	Stream stream
)
Visual Basic
Public Sub Save ( 
	stream As Stream
)

Parameters

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

See Also