MacroMicroPdfExclusive Decoder Setting
The MacroMicroPdfExclusive Decoder Setting is used to set the macroMicroPdfExclusive property.
Syntax
macroMicroPdfExclusive (Decoder Setting) <META> Syntax
|
<META HTTP-Equiv="scanner" content="macroMicroPdfExclusive:[parameter]"> |
macroMicroPdfExclusive JavaScript Object Syntax: |
By default the JavaScript Object 'scanner' will exist on the current page and can be used to interact directly with the macroMicroPdfExclusive.
|
To Set macroMicroPdfExclusive parameters via JavaScript use the following syntax: scanner.Parameter = Value;
e.g. scanner.macroMicroPdfExclusive = Value;
|
MacroMicroPdfExclusive Ruby Object Syntax: |
By default the Ruby Object 'Scanner' will exist on the current page and can be used to interact directly with the MacroMicroPdfExclusive.
|
To Set MacroMicroPdfExclusive parameters via Ruby use the following syntax: Scanner.Parameter = Value
e.g. Scanner.macroMicroPdfExclusive = Value
|
Parameters
Items listed in this section indicate parameters, or attributes which can be set.
Name |
Possible Values |
Description |
Default Value |
macroMicroPdfExclusive:[Value]
|
true / false |
If true, the scanner driver will not complete read requests while in the middle of a macroMicroPdf sequence. Once a macroMicroPdf sequence has been started it must be completed or cancelled before the scan driver will complete other read requests. |
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 macroMicroPdfExclusive property
<META HTTP-Equiv="scanner" Content="macroMicroPdf:enabled">
<META HTTP-Equiv="scanner" Content="macroMicroPdfExclusive:true">
<META HTTP-Equiv="scanner" Content="enabled">