Click or drag to resize

DigimarcDataFormat Class

The is an enumeration defining the format used for Digimarc barcode. The type is one of:
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.DigimarcDataFormat

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DigimarcDataFormat : Enum

The DigimarcDataFormat type exposes the following members.

Properties
NameDescription
Public propertyCompatible
This mode reports Digimarc Barcode data as if it came from a traditional data carrier.
Public propertyEnhanced
This mode is based on the COMPATIBLE and report more complex Digimarc Barcode payloads.
Public propertyJniPeerMembers
To be added.
Public propertyNative
This mode reports all Digimarc Barcode results as coming from its own, unique symbology.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodFromOrdinal
To be added.
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
The DigimarcDataFormat is an enumeration defining the format used for Digimarc barcode. The type is one of:
COMPATIBLE This mode reports Digimarc Barcode data as if it came from a traditional data carrier (UPC or EAN, for example)
ENHANCED This mode is based on the COMPATIBLE and report more complex Digimarc Barcode payloads as if they came from a GS1 DataBar with relevant GS1 Application Identifier.
NATIVE This mode reports all Digimarc Barcode results as coming from its own, unique symbology

[Android Documentation]

See Also