Warning Older Docs! - You are viewing documentation for a previous released version of RhoMobile Suite.

MacroPdfConvertToPdf417 Decoder Setting

The MacroPdfConvertToPdf417 Decoder Setting is used to set the macroPdfConvertToPdf417 property.

Syntax

macroPdfConvertToPdf417 (Decoder Setting) <META> Syntax

<META HTTP-Equiv="scanner" content="macroPdfConvertToPdf417:[parameter]">

macroPdfConvertToPdf417 JavaScript Object Syntax:
By default the JavaScript Object 'scanner' will exist on the current page and can be used to interact directly with the macroPdfConvertToPdf417.
To Set macroPdfConvertToPdf417 parameters via JavaScript use the following syntax: scanner.Parameter = Value;

e.g. scanner.macroPdfConvertToPdf417 = Value;
MacroPdfConvertToPdf417 Ruby Object Syntax:
By default the Ruby Object 'Scanner' will exist on the current page and can be used to interact directly with the MacroPdfConvertToPdf417.
To Set MacroPdfConvertToPdf417 parameters via Ruby use the following syntax: Scanner.Parameter = Value

e.g. Scanner.macroPdfConvertToPdf417 = Value

Parameters

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

Name Possible Values Description Default Value
macroPdfConvertToPdf417:[Value] true / false If true, MacroPDF barcodes will be converted to PDF417 codes. Device specific

Requirements

RhoElements Version 1.0.0 or above
Supported Devices All supported devices except: Enterprise Tablet.
Minimum Requirements Scanner or Imager module and device that supports MacroPDF and PDF417.
Persistence Transient - Decoder settings are only guaranteed to persist until the Scanner is disabled

HTML/JavaScript Examples

The following example enables the scanner and sets macroPdfConvertToPdf417 property

<META HTTP-Equiv="scanner" Content="macroPdf:enabled; pdf417:enabled">
<META HTTP-Equiv="scanner" Content="macroPdfConvertToPdf417:true">
<META HTTP-Equiv="scanner" Content="enabled">
Back to Top