
SRP-352plusIII
Rev. 1.02
7-1-3 Barcode Printing
The following code is an example of the printing of the JAN8 (EAN) barcode.
'Print Bar Code.
Printer.FontSize = 18
Printer.FontName = "Barcode4"
Printer.Print "1234567"
Printer.EndDoc
The following example code explains how to print the 2-D barcode (PDF417).
'Print Two-dimensional Codes.
Printer.FontSize = 8.5
Printer.FontName = "2D-Code1"
Printer.Print "Print Test PDF417"
Printer.EndDoc
Comentários a estes Manuais