You are here: Start » AVL.NET » Code128Parameters Structure

Code128Parameters Structure

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

Code128 detection settings.

Constructors

 ConstructorDescription
Code128Parameters(Boolean, Boolean, Nullable<BarcodeLength>, Int32, Boolean, ISBTConcatenation, Boolean)

Properties

 NameTypeDescription
DefaultAvlNet.Code128Parameters
EmulateUCC128System.BooleanEmulate UCC128
GS128System.BooleanGS128
IgnoreCode128FNC4System.BooleanIgnore Code128 FNC4
ISBT128System.BooleanISBT128
ISBTConcatenationRedundancySystem.Int32
ISBTConcatenationAvlNet.ISBTConcatenationISBTConcatenation
IsDefaultSystem.Boolean
LengthSystem.Nullable<AvlNet.BarcodeLength>Limits code length

Methods

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

Remarks

See also