Gets a System.Drawing.Bitmap object of the barcode image fitting the bars into the specified size measured in inches.

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

Parameters

dpi
The resolution, in dots per inch, of the output image.
barsAreaSizeInInches
The desired bars area size, in inches, for the barcode image.

Return Value

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

See Also

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