C#
VB
C++
Specify the 4 state stacked barcode type to write.
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="WriteBarcode1dStackedType")]public enum WriteBarcode1dStackedType
<DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="WriteBarcode1dStackedType")>Public Enum WriteBarcode1dStackedTypeInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="WriteBarcode1dStackedType")]public enum class WriteBarcode1dStackedType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
| Value | Member | Description |
|---|---|---|
| 0 | Rss14Stacked | GS1 Databar (formerly RSS14) Stacked / GS1 Databar (formerly RSS14) Stacked Omni-Directional types. Used as GS1 Databar (formerly RSS14) when the available space is too narrow for the standard GS1 Databar (formerly RSS14). |
| 1 | Rss14ExpandedStacked | GS1 Databar (formerly RSS14) Expanded Stacked barcode type. Used as GS1 Databar (formerly RSS14) Expanded when the available space is too narrow to fit in one line. |
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
