to top
Datalogic APIs
public class

Digimarc

extends PropertyGroup
java.lang.Object
   ↳ com.datalogic.device.configuration.PropertyGroup
     ↳ com.datalogic.decode.configuration.Digimarc

Class Overview

Digimarc® is the class that configures the Digimarc barcode ™ reading capability. The technology requires specific devices equipped with certain Datalogic scan engines.

Summary

Fields
public EnumProperty<DigimarcDataFormat> dataFormat dataFormat This paramater configures which data format is used for Digimarc barcode.
public BooleanProperty enable enable enables or disables the symbology.
public NumericProperty priority priority This parameter configures the frequency used to try to decode using Digimarc, lower values are higher priority for Digimarc.
public CharacterProperty userID userID specifies the symbology identifier (if any).
Public Constructors
Digimarc(PropertyGetter editor)
This is the constructor of Digimarc.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public EnumProperty<DigimarcDataFormat> dataFormat

Added in revision 37

dataFormat This paramater configures which data format is used for Digimarc barcode.

public BooleanProperty enable

Added in revision 5

enable enables or disables the symbology.

public NumericProperty priority

Added in revision 37

priority This parameter configures the frequency used to try to decode using Digimarc, lower values are higher priority for Digimarc.

public CharacterProperty userID

userID specifies the symbology identifier (if any).
The symbology identifier is sent with the label when the global decode property sendCodeId is set to USERDEFINED_IDENTIFIER_BEFORE_LABEL or USERDEFINED_IDENTIFIER_AFTER_LABEL.

Public Constructors

public Digimarc (PropertyGetter editor)

Added in revision 5

This is the constructor of Digimarc. All options are initialized by editor.

Parameters
editor A PropertyGetter used to load the current reading technology.