The upce1preamble Meta Tag is an action tag used to set the upce1-preamble property, which controls the preamble applied to the bar code.
upce1preamble (META Tag) Syntax <META HTTP-Equiv="scanner" content="upce1preamble:[parameter>
Parameters
Items listed in this section indicate parameters, or attributes which can be set.
Name Possible Values Description
Default Value upce1preamble:[Value] NONE/SYSTEM_CHAR/COUNTRY_AND_SYSTEM_CHARS if NONE Applies no preamble to the bar code. if SYSTEM_CHAR Applies system character preamble to the bar code.if COUNTRY_AND_SYSTEM_CHARS Applies both system and country code preamble to the bar code. Device specific
Copy parameters template to clipboard: META Tags Javascript
Examples
The following example enables the scanner to read only upce1 labels with the preamble property set to both system and country code preamble:
<META HTTP-Equiv="scanner" Content="upce1:enabled"> <META HTTP-Equiv="scanner" Content="upce1preamble:COUNTRY_AND_SYSTEM_CHARS"> <META HTTP-Equiv="scanner" Content="enabled">
Copy example to clipboard The following example enables the scanner to read only upce1 labels with the preamble property set to both system and country code preamble:
<META HTTP-Equiv="scanner" Content="upce1:enabled;upce1preamble:COUNTRY_AND_SYSTEM_CHARS;enabled">
Copy example to clipboard The following example enables the scanner to read only upce1 labels with the preamble property set to both system and country code preamble:
<META HTTP-Equiv="scanner-upce1" Content="enabled"> <META HTTP-Equiv="scanner-upce1preamble" Content="COUNTRY_AND_SYSTEM_CHARS"> <META HTTP-Equiv="scanner-enabled" Content="SCN1">
Copy example to clipboard
Additional Information
Supported Platforms Windows CE, Windows Mobile, Windows Mobile SE Persistence This tag is persistent. Min. Requirements Scanner or Imager module and device supports upce1.