Property: OddEncode
(TBarcode1D_Telepen)
Controls how to encode an odd number of digits in the Numeric mode of the Telepen barcode symbology.
Syntax:
type
{ Defined in the pTelepen unit }
TTelepenOddEncode = (toeUseNULL, toeToASCII, toeUseZero);
property OddEncode: TTelepenOddEncode;
Description:
In the Numeric mode of the Telepen barcode symbology, only an even number of digits can be encoded. The property controls how to encode an odd number of digits. It can be one of these values (defined in the pTelepen unit):
- toeUseNULL: It's encoded by using the "1X" to "9X" characterts in the last digit of the numeric mode piece.
- toeToASCII: It's encoded automatically inserting a DLE character (ASCII 16) before the last digit of the numeric mode piece to switch to the ASCII mode. Since the mode switching is permitted only once in a Telepen symbol, if current numeric mode is switching from ASCII mode, the "1X" to "9X" characters will be used instead of a switching to ASCII mode.
- toeUseZero: It's encoded adding a "0" as the first character of the numeric mode piece.
Contents
Copyright © 2001-2024
Han-soft Corporation. All rights reserved.