Gets a byte array representation of the barcode image in BMP format.

[Visual Basic]
Public Function GetBarcodeImageBmp() As Byte()
[C#]
public byte[] GetBarcodeImageBmp();

Return Value

A byte array representation of the barcode image in BMP format.

See Also

Barcode Class | Neodynamic.ReportingServices Namespace