Code39ConvertToCode32 Meta Tag

PocketBrowser 3.x API

The Code39ConvertToCode32 Meta Tag s an action tag used to enable conversion from Code39 to Code32 bar code. If this flag is set, the bar code is converted to Code32, and Code32 parameters are used.

Code39ConvertToCode32 (META Tag) Syntax
<META HTTP-Equiv="scanner" content="Code39ConvertToCode32:[parameter>

ParametersW Toggle Parameters

Items listed in this section indicate parameters, or attributes which can be set.

Name Possible Values Description
Default Value
Code39ConvertToCode32:[Value] true/false Enables/Disables the property. Device specific
Copy parameters template to clipboard: Copy META Tag template to clipboard META Tags Copy Javascript template to clipboard Javascript

Examples Toggle Examples

The following example enables the scanner to read only Code39 labels with the ConvertToCode32 property set:

<META HTTP-Equiv="scanner" Content="Code39:enabled">
<META HTTP-Equiv="scanner" Content="Code32:enabled">
<META HTTP-Equiv="scanner" Content="Code39ConvertToCode32:true">
<META HTTP-Equiv="scanner" Content="enabled">
Copy example to clipboard Copy example to clipboard

Above example can also be written as shown below:

<META HTTP-Equiv="scanner" Content="Code39:enabled;Code32:enabled;Code39ConvertToCode32:true;enabled">
Copy example to clipboard Copy example to clipboard

The following example enables the scanner to read only Code39 labels with the ConvertToCode32 property set:

<META HTTP-Equiv="scanner-Code39" Content="enabled">
<META HTTP-Equiv="scanner-Code32" Content="enabled">
<META HTTP-Equiv="scanner-Code39ConvertToCode32" Content="true">
<META HTTP-Equiv="scanner-enabled" Content="SCN1">
Copy example to clipboard Copy example to clipboard

Remarks Toggle Remarks



Info Toggle 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 Code39 and Code32.