Chapter 2 -- 87
Reference Guide
"
""
" Barcode.CheckMode
Retrieves or sets the check control of the barcode (in
enum-
CheckMode
type).
Access Read/Write.
Type VT_I4orLongorenumCheckMode
type.
Thevaluecanbeoneofthefollowing:
lppxCheckModeNone = 0
lppxCheckMode1Digit = 1
lppxCheckMode2Digit = 2
lppxCheckModeMod11Mod10 = 3
"
""
" Barcode.Code2D
Retrieves the Code2D
object for 2D barcodes.
Access Read-Only.
Type VT_DISPATCH or Code2D
object.
"
""
" Barcode.Device
Determines if the barcode is graphical or generated by the
printer.
Access Read/Write.
Type VT_BOOL or Boolean
.
"
""
" Barcode.HRAlignment
Retrieves or sets the current human readable alignment.
Access Read/Write.
Type VT_I4orLong
or enumAlignment type.
Thevaluecanbeoneofthefollowing:
lppxAlignLeft = 0
lppxAlignCenter = 1
lppxAlignRight = 2