truncate

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.

Syntax

Reference_Syntax.truncate = "0 | 1"

Values

Type

Values

String

  • 0 (default)

  • 1

Include the right-hand synchronization mark.

  • 1

Omit the right-hand synchronization mark.

Applies to

Model

Object

Form Model

barcode

Version

XFA 2.1

Examples

JavaScript

Code11BarCode1.resolveNode("ui.#barcode").truncate = "1";

FormCalc

Code11BarCode1.ui.#barcode.truncate = "1"

// Ethnio survey code removed