BarcodeProfessional Save Method (Stream, ImageFormat)Neodynamic Barcode Professional SDK for .NET Class Reference
Saves this barcode image to the specified Stream object in the specified format.

Namespace: Neodynamic.SDK.Barcode
Assembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 4.0.2000.0 (4.0.2000.0)
Syntax

public void Save(
	Stream stream,
	ImageFormat format
)

Parameters

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