BarcodeProfessional SaveWbmpImage Method (Stream)Neodynamic Barcode Professional for ASP.NET Class Reference
Saves this barcode image to the specified Stream object in Wireless Bitmap (WBMP) image format.

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

public void SaveWbmpImage(
	Stream stream
)

Parameters

stream
Type: OnlineSystem.IO Stream
The Stream object to which to save this barcode image.
See Also