You are here: Start » AVL.NET » CodabarParameters Class

CodabarParameters Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Datamatrix codes detection settings.

Constructors

 ConstructorDescription
CodabarParameters(Nullable<BarcodeLength>, BarcodeSecurityLevel, BarcodeStartStopCharacters, CodabarStripMode, Boolean, Boolean)
CodabarParameters()

Properties

 NameTypeDescription
CodabarStripModeAvlNet.CodabarStripModeCodabar strip mode
LengthSystem.Nullable<AvlNet.BarcodeLength>Limits codabar length
Mod16CheckDigitVerificationSystem.BooleanMod 16 check digit verification
SecurityLevelAvlNet.BarcodeSecurityLevelSecurity level
StartStopCharactersAvlNet.BarcodeStartStopCharactersSelect whether to detect upper case or lower case Codabar start/stop characters
TransmitCodabarCheckDigitSystem.BooleanTransmit codabar check digit

Methods

 NameDescription
Equals(AvlNet.CodabarParameters)
Equals(object)Inherited from System.Object
Equals(AvlNet.CodabarParameters, AvlNet.CodabarParameters)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also