EasyManua.ls Logo

TSC TTP-244 Plus

TSC TTP-244 Plus
252 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
TSC AUTO ID Technology Co., Ltd. 164 Copyright 2013 All Rights Reserved.
BARCODEPIXEL( )
Description
Returns the width of barcode in dot.
Syntax
BARCODEPIXEL (cont$, sym$, narrow, wide)
Parameter
Description
cont$
The content of barcode.
sym $
Barcode type. Please refer to the parameter code type in command
BARCODE.
narrow
The width of narrow bar. Please refer to the parameter narrow in command
BARCODE.
wide
The width of wide bar. Please refer to the parameter wide in command
BARCODE.
Note:
This command has been supported since V6.72 EZ and later firmware.
Example
See Also
BARCODE, TEXTPIXEL()
Sample code
DOWNLOAD "TEST.BAS"
cont$="ABCDEFG"
sym$="39"
narrow=2
wide=6
codewidth=BARCODEPIXEL(cont$,sym$,narrow,wide)
SIZE 4,1.5
GAP 0,0
DIRECTION 1
CLS
BARCODE 10,10,sym$,100,1,0,narrow,wide,cont$
REVERSE 8,8,codewidth+8,132
BARCODE 10,160,sym$,100,1,0,narrow,wide,cont$
PRINT 1
EOP
TEST
Result

Table of Contents

Other manuals for TSC TTP-244 Plus

Related product manuals