Truncates the right edge of the
barcode for supported formats.
The truncation applies only to barcode type PDF417. The parser
ignores this property for barcode formats to which it does not apply.
SyntaxReference_Syntax.truncate = "0 | 1"
Values
Type
|
Values
|
String
|
Include the right-hand
synchronization mark.
Omit
the right-hand synchronization mark.
|
JavaScriptCode11BarCode1.resolveNode("ui.#barcode").truncate = "1";
FormCalcCode11BarCode1.ui.#barcode.truncate = "1"
|
|
|