ReturnType Property Specifications
The ReturnType property is used in IDAutomation
barcode font encoders
for additional functionality of the information returned from a function.
The default is 0.
|
ReturnType |
Description |
Example |
| 0 |
Returns a character string formatted to the associated
barcode font. When this text is used with the appropriate
font, a proper barcode will be created. |
 |
| 1 |
Returns a text string for a standard font such as Arial.
Usually used to display the human-readable text for
GS1-128 with the
C128() function. |
(17) 231231 |
| 2 |
Returns only the check-digit, if applicable. |
3 |
|
NOTE: Return Types
3-9 are defined in the
C128 ReturnType, which enables spliced text, cross-platform
compatible Unicode character strings, human readable text
and GS1-128
AIs all from the same barcode font.
|
|