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

[Visual Basic]
Overloads Public Sub Save( _
   ByVal stream As Stream, _
   ByVal format As ImageFormat _
)
[C#]
public void Save(
   Stream stream,
   ImageFormat format
);

Parameters

stream
The Stream object to which to save this barcode image.
format
The ImageFormat object for this barcode image.

See Also

BarcodeProfessional Class | Neodynamic.WinControls.BarcodeProfessional Namespace | BarcodeProfessional.Save Overload List