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