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

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

Syntax

C#
public Bitmap GetBarcodeImage()
Visual Basic (Declaration)
Public Function GetBarcodeImage As Bitmap
Visual C++
public:
Bitmap^ GetBarcodeImage()

Return Value

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

See Also