Click or drag to resize

Code128 Class

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

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 Code128 : SymbologyLengths

The Code128 type exposes the following members.

Constructors
NameDescription
Public methodCode128
Initializes a new instance of the Code128 class
Public methodCode128
Initializes a new instance of the Code128 class
Top
Properties
NameDescription
Public propertyAggressiveness
aggressiveness control the aggressiveness for the Code 128 symbology.
Public propertyCharacterSetMode
characterSetMode controls the character set in use for the decoded label.
Public propertyCommonlyConcatenatedPairs
commonlyConcatenatedPairs allow the concatenation of common concatenated pairs.
Public propertyExtendedAscii
extendedAscii select the level of support to the extended ASCII (ASCII code from 128 to 255 using special function FNC4).
Public propertyGs1128
To be added.
Public propertyGs1128UserID
To be added.
Public propertyIsbt128
To be added.
Public propertyIsbt128EnablingMode
Isbt128EnablingMode set the allowed ISBT 128 barcode symbologies.
Public propertyIsbt128UserID
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Remarks
Code128 is the class that configures the Code 128, GS1-128 and ISBT 128 Symbologies.

[Android Documentation]

See Also