Encodes the barcode in the OneCode symbology. Returns the encoded imageas a byte array.
[Visual Basic] Public Function OneCode( _ ByVal Barcode As String, _ ByVal ShowText As Boolean, _ ByVal ImageFormat As String, _ ByVal Resolution As Integer, _ ByVal Rotate As Integer, _ ByVal PostNetTall As Integer, _ ByVal XDimensionMils As String _ ) As Byte()