EnumBarcodeFormat2 class

Constructors

EnumBarcodeFormat2()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

BF2_AUSTRALIANPOST → const int
Australian Post. When you set this barcode format, the library will automatically add EnumLocalizationModeStatisticsPostalCode to EnumLocalizationMode if you don't set it.
BF2_DOTCODE → const int
DotCode Barcode. When you set this barcode format, the library will automatically add EnumLocalizationModeStatisticsMarks to EnumLocalizationMode if you don't set it.
BF2_NONSTANDARD_BARCODE → const int
Nonstandard barcode
BF2_NULL → const int
No barcode format in BarcodeFormat group 2
BF2_PHARMACODE → const int
PHARMACODE
BF2_PHARMACODE_ONE_TRACK → const int
PHARMACODE_ONE_TRACK
BF2_PHARMACODE_TWO_TRACK → const int
PHARMACODE_ONE_TRACK
BF2_PLANET → const int
Planet. When you set this barcode format, the library will automatically add EnumLocalizationModeStatisticsPostalCode to EnumLocalizationMode if you don't set it.
BF2_POSTALCODE → const int
Combined value of EnumBarcodeFormat2USPSINTELLIGENTMAIL, EnumBarcodeFormat2POSTNET, EnumBarcodeFormat2PLANET, EnumBarcodeFormat2AUSTRALIANPOST, EnumBarcodeFormat2RM4SCC. When you set this barcode format, the library will automatically add EnumLocalizationModeStatisticsPostalCode to EnumLocalizationMode if you don't set it.
BF2_POSTNET → const int
Postnet. When you set this barcode format, the library will automatically add EnumLocalizationModeStatisticsPostalCode to EnumLocalizationMode if you don't set it.
BF2_RM4SCC → const int
Royal Mail 4-State Customer Barcode. When you set this barcode format, the library will automatically add EnumLocalizationModeStatisticsPostalCode to EnumLocalizationMode if you don't set it.
BF2_USPSINTELLIGENTMAIL → const int
USPS Intelligent Mail. When you set this barcode format, the library will automatically add EnumLocalizationModeStatisticsPostalCode to EnumLocalizationMode if you don't set it.