Gets a byte array representation of the barcode image in the image format specified in the ImageFormat property (Default value is Bmp).

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

Return Value

A byte array representation of the barcode image.

See Also

Barcode Class | Neodynamic.ReportingServices Namespace