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

MacroMicroPdfBufferLabels Decoder Setting

The MacroMicroPdfBufferLabels Decoder Setting is used to set the macroMicroPdfBufferLabels property.

Syntax

macroMicroPdfBufferLabels (Decoder Setting) <META> Syntax

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

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

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

e.g. Scanner.macroMicroPdfBufferLabels = Value

Parameters

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

Name Possible Values Description Default Value
macroMicroPdfBufferLabels:[Value] true / false If true, the scanner driver will return the barcode data only after the complete macroMicroPdf sequence has been read. If false, the scanner driver will return each barcode in the macroMicroPdf sequence as it is read. 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 MacroMicroPDF.
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 macroMicroPdfBufferLabels property

<META HTTP-Equiv="scanner" Content="macroMicroPdf:enabled">
<META HTTP-Equiv="scanner" Content="macroMicroPdfBufferLabels:true">
<META HTTP-Equiv="scanner" Content="enabled">
Back to Top