Gets a System.Drawing.Image object of the barcode image.

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 Bitmap GetBarcodeImage()
Visual Basic
Public Function GetBarcodeImage As Bitmap
Visual C++
public:
Bitmap^ GetBarcodeImage()

Return Value

A System.Drawing.Bitmap object that represent the barcode image.

See Also