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

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

Syntax

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

Return Value

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

See Also