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

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

Syntax

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

Return Value

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

See Also