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 Image { get; }
Visual Basic
Public ReadOnly Property Image As Image
	Get
Visual C++
public:
property Image^ Image {
	Image^ get ();
}

See Also