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