Click or drag to resize

Symbology Class

Symbology
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Symbology

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

The Symbology type exposes the following members.

Properties
NameDescription
Public propertyAztec
Aztec Code.
Public propertyCodabar
Codabar.
Public propertyCode128
Code 128.
Public propertyCode32
Code 39 to Code 32 conversion.
Public propertyCode39
Code 39.
Public propertyCode93
Code 93.
Public propertyComposite
GS1 Composite.
Public propertyDatamatrix
Data Matrix.
Public propertyDigimarc
Digimarc barcode ™.
Public propertyDiscrete25
Discrete 2/5.
Public propertyDotcode
DotCode.
Public propertyEan13
EAN-13.
Public propertyEan8
EAN-8.
Public propertyEanExt2Digit
To be added.
Public propertyEanExt5Digit
To be added.
Public propertyGs1128
To be added.
Public propertyGs114
To be added.
Public propertyGs1Datamatrix
To be added.
Public propertyGs1DlDatamatrix
To be added.
Public propertyGs1DlQrcode
To be added.
Public propertyGs1Exp
To be added.
Public propertyGs1Limit
To be added.
Public propertyGs1Qrcode
To be added.
Public propertyHanXin
To be added.
Public propertyInterleaved25
Interleaved 2/5.
Public propertyIsbt128
To be added.
Public propertyIsbt128Concatenated
To be added.
Public propertyItf14
ITF14.
Public propertyJniPeerMembers
To be added.
Public propertyMatrix25
Matrix 2/5.
Public propertyMaxicode
Maxicode.
Public propertyMicropdf417
MicroPDF417.
Public propertyMicroQr
To be added.
Public propertyMsi
MSI.
Public propertyOcr
OCR.
Public propertyPdf417
PDF-417.
Public propertyPostal4state
To be added.
Public propertyPostalAustralian
To be added.
Public propertyPostalJapan
To be added.
Public propertyPostalKix
To be added.
Public propertyPostalPlanet
To be added.
Public propertyPostalPostnet
To be added.
Public propertyPostalRoyalmail
To be added.
Public propertyQrcode
QR Code.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyTlc39
TLC 39.
Public propertyTrioptic
Trioptic Code 39.
Public propertyUpca
UPC-A.
Public propertyUpce
UPC-E.
Top
Methods
NameDescription
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
Symbology is an enumeration class defining constants for different barcode types. Symbology class can be used to enable or disable quickly a group of barcode symbologies.

[Android Documentation]

See Also