Chapter 2 -- 137
Reference Guide
"
""
" Counter. TriggerMode
Sets the Increment method:
Access Read/Write.
Type VT_I2 or Integer or enumTriggerMode
type.
Thevaluecanbeoneofthefollowing:
lppxNumberOfPrintedLabels = 1
lppxResetOfAnotherCounter = 2
(Default set to lppxNumberOfPrintedLabels
)
"
""
" Counter. TriggerParameter
Sets the parameter for the trigger mode.
Access Read/Write.
Type VT_VARIANT or Variant
.
Note
Can be the number of labels printed or the name of an other
counter.
By default, it is the number of labels printed with a value set to
1.
"
""
" Counter.C ustomSet
Sets or retrieves the characters list of the custom counter
(ex: « 0123456789ABCD »).
The first element must be the neutral element.
Access Read/Write.
Type VT_BSTR or String
.
"
""
" Counter. MaxValue
Sets or retrieves the Max value of the current object.
When reached, this value will trigger a reset of the counter.
Access Read/Write.
Type VT_VARIANT or Variant
.