Property: AllowEscape

Specifies whether to allow users to insert the escape sequences to barcode text, in order to place the function characters and additional control information.

Syntax:

property AllowEscape: Boolean;

Description:

The property specifies whether to allow users to insert the escape sequences to barcode text, in order to place the function characters and additional control information. An escape sequence is a series of characters used to place the function character and special character, or the control information.

Escape sequences use an escape character "\" to change the meaning of the characters which follow it. For example:

ABCDEFG\pHIJKLMN

Some escape sequences may be followed by a parameters list, all parameters are comma delimited, and must be enclosed by square brackets. For example:

\s[1, 2]ABCDEFGHIJKLMN

The escape sequences definition is different for every barcode symbology component, please read the "Escape sequences" section in the article of every barcode symbology component.

Contents