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

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

Return Value

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

See Also

Barcode Class | Neodynamic.ReportingServices Namespace