Gets a byte array that represents the barcode image at the specified resolution.

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

Parameters

imageFormat
The ImageFormat object for the barcode image.
dpi
The resolution, in dots per inch, of the output image.

Return Value

A byte array representation of the barcode image at the specified resolution.

See Also

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