The ReadBarcode1dStackedFlags Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Flags that identify the stacked barcode types to search for.Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> <DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="ReadBarcode1dStackedFlags")> Public Enum ReadBarcode1dStackedFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ReadBarcode1dStackedFlags |
C# | |
---|---|
[FlagsAttribute()] [DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="ReadBarcode1dStackedFlags")] public enum ReadBarcode1dStackedFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] [DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="ReadBarcode1dStackedFlags")] public enum class ReadBarcode1dStackedFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Rss14ExpandedStacked | GS1 Databar (formerly RSS14) Expanded Stacked barcode type. Used as GS1 Databar (formerly RSS14) Expanded if the available space is too narrow to fit in one line. |
Rss14Stacked | GS1 Databar (formerly RSS14) Stacked / GS1 Databar (formerly RSS14) Stacked Omni-Directional types. Used as GS1 Databar (formerly RSS14) if the available space is too narrow for the standard GS1 Databar (formerly RSS14). |
You can combine values when reading more than one barcode type, by using a bitwise OR (|). Type RSS14 is now GS1 Databar. All references to RSS14 now refer to GS1 Databar.
System.Object
System.ValueType
System.Enum
Leadtools.Services.Barcode.DataContracts.ReadBarcode1dStackedFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7