
Software Manual
68
■
PDF417 printing - Sample 2
Private Sub Command5_Click()
Printer.Font.Name = "Printer 17cpi Tall"
Printer.Print "PDF417 Test Print for VB 6.0"
Printer.Font.Name = "Printer 17cpi"
Printer.Print
Printer.Print "DATA:"
Printer.Print " http://.star-m.jp/"
Printer.Print
Printer.Print "PDF417:";
Printer.Font.Name = "PDF417"
Printer.Print "S023";
' Specifies the barcode size.
Printer.Print "E3";
' Specifies the ECC level.
Printer.Print "M3"
' Specifies the X-direction size of the PDF417 module.
Printer.Print "A3"
' Specifies the aspect ratio of the PDF417 module.
Printer.Print "D";
' Specifies bar code data.
Printer.Font.Name = "DATA1"
' DATA1 = 0x0000 - 0x005F
Printer.Print Chr(&H31);
'
Specifies the number of barcode data bytes.
Printer.Print Chr(&H20);
Printer.Font.Name = "ESC_FONT"
' ESC_FONT = 0x0020 - 0x007F
Printer.Print "http://.star-m.jp/";
Printer.Print.Name = "PDF417"
Printer.Print "P"
' Prints bar code data.
Printer.EndDoc
End Sub
Содержание Star futurePRNT TSP100GT
Страница 9: ...Software Manual 4 6 Click Next to continue 7 Choose the user and then click Next to continue ...
Страница 132: ...Software Manual 127 Click Add New to browse for an image to add to the list The following Image Import window appears ...
Страница 135: ...Software Manual 130 4 11 1 Logo Printing The following shows the setting required to print an image on a receipt ...
Страница 173: ...http www starmicronics com support ...