Gets a byte array that represents of the barcode image.

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

Parameters

imageFormat
The ImageFormat object for the barcode image.

Return Value

A byte array representation of the barcode image.

See Also

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