Encodes the barcode in the EAN 8 symbology. Returns the encoded image as a byte array.
[Visual Basic] Public Function Ean8( _ ByVal Barcode As String, _ ByVal ShowText As Boolean, _ ByVal ImageFormat As String, _ ByVal Resolution As Integer, _ ByVal Rotate As Integer, _ ByVal BarHeight As String, _ ByVal XDimensionMils As String _ ) As Byte()