Gets a System.Drawing.Bitmap object of the barcode image at the specified resolution.

[Visual Basic]
Overloads Public Function GetBarcodeImage( _
   ByVal dpi As Single _
) As Bitmap
[C#]
public Bitmap GetBarcodeImage(
   float dpi
);

Parameters

dpi
The resolution, in dots per inch, of the output image.

Return Value

A System.Drawing.Bitmap object that represent the barcode image at the specified resolution.

See Also

BarcodeProfessional Class | Neodynamic.WebControls.BarcodeProfessional Namespace | BarcodeProfessional.GetBarcodeImage Overload List