Click or drag to resize

Ean13 Class

Ean13
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.Ean13

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 Ean13 : SymbologyBase

The Ean13 type exposes the following members.

Constructors
NameDescription
Public methodEan13
Initializes a new instance of the Ean13 class
Public methodEan13
Initializes a new instance of the Ean13 class
Top
Properties
NameDescription
Public propertyAggressiveness
aggressiveness control the aggressiveness for all the UPC/EAN symbologies.
Public propertyCompositeEnable
compositeEnable allows to use EAN-13 labels in composite barcode.
Public propertyConvertToGTIN
convertToGTIN allows to convert EAN-13 labels to GTIN.
Public propertyConvertToISBN
convertToISBN allows to identify ISBN labels and append the check digit (per ISBN guidelines) to the end of the label.
Public propertyConvertToISSN
convertToISSN allows to identify ISSN labels and append the check digit (per ISSN guidelines) to the end of the label.
Public propertyJniPeerMembers
To be added.
Public propertySendChecksum
sendChecksum includes the checksum in the label transmission.
Public propertySendSystemDigit
sendSystemDigit includes the system digit in the label transmission, it configures whether the first character should be transmitted.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Remarks
Ean13 is the class that configures the EAN-13 Symbology.

[Android Documentation]

See Also