Saves this barcode image to the specified Stream object in the specified format.

Namespace: Neodynamic.WebControls.BarcodeProfessional
Assembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 7.0.2000.0 (7.0.2000.0)

Syntax

C#
public void Save(
	Stream stream,
	ImageFormat format
)
Visual Basic
Public Sub Save ( _
	stream As Stream, _
	format As ImageFormat _
)
Visual C++
public:
void Save(
	Stream^ stream, 
	ImageFormat^ format
)

Parameters

stream
Type: System.IO..::..Stream
The Stream object to which to save this barcode image.
format
Type: System.Drawing.Imaging..::..ImageFormat
The ImageFormat object for this barcode image.

See Also