Gets a byte array that represents the barcode image fitting the bars into the specified size measured in inches.

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

Parameters

imageFormat
The ImageFormat object for the barcode image.
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 byte array representation of the barcode image.

See Also

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