←Select platform

Barcode1dAdvancedFlags Enumeration

Summary

These flags identify the linkage bit value for all GS1 Databar (formerly RSS14) types, GS1 Databar (formerly RSS14) truncated type, direction of GS1 Databar (formerly RSS14) stacked, number of GS1 Databar (formerly RSS14) expanded stacked rows for write, and Australian post CIF table for read and write. Use a bitwise OR ( ¦ ) to specify one flag from each group.

Syntax

C#
VB
C++
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="Barcode1dAdvancedFlags")] 
[FlagsAttribute()] 
public enum Barcode1dAdvancedFlags 
  
<DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="Barcode1dAdvancedFlags")> 
<FlagsAttribute()> 
Public Enum Barcode1dAdvancedFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="Barcode1dAdvancedFlags")] 
[FlagsAttribute()] 
public enum class Barcode1dAdvancedFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0x00000000Barcode1dAustralianCifCUses C-Table to encode/decode Australian post customer information filed (CIF). Use with both Read and Write methods.
0x00000001Barcode1dRss14LinkageSet linkage bit for GS1 Databar (formerly RSS14), GS1 Databar (formerly RSS14) Limited, GS1 Databar (formerly RSS14) Expanded, GS1 Databar (formerly RSS14) Stacked, and GS1 Databar (formerly RSS14) Expanded Stacked. Used with Write operation only. Type RSS14 is now GS1 Databar. All references to RSS14 now refer to GS1 Databar.
0x00000002Barcode1dRss14StackedOmniWrites GS1 Databar (formerly RSS14) two-row in GS1 Databar (formerly RSS14) Stacked Omni-directional format. If it is not set, GS1 Databar (formerly RSS14) Stacked format will be written. Use with Write operation only.
0x00000004Barcode1dRss14ExpandedStackedRows1Writes the GS1 Databar (formerly RSS14) Expanded Stacked barcode into 1 row. Use with Write operation only.
0x00000008Barcode1dRss14ExpandedStackedRows2Writes the GS1 Databar (formerly RSS14) Expanded Stacked barcode into 2 rows. Use with Write operation only
0x0000000CBarcode1dRss14ExpandedStackedRows3Writes the GS1 Databar (formerly RSS14)Expanded Stacked barcode into 3 rows. Use with Write operation only.
0x00000010Barcode1dRss14ExpandedStackedRows4Writes the GS1 Databar (formerly RSS14) Expanded Stacked barcode into 4 rows. Use with Write operation only.
0x00000014Barcode1dRss14ExpandedStackedRows5Writes the GS1 Databar (formerly RSS14) Expanded Stacked barcode into 5 rows. Use with Write operation only.
0x00000018Barcode1dRss14ExpandedStackedRows6Writes the GS1 Databar (formerly RSS14) Expanded Stacked barcode into 6 rows. Use with Write operation only.
0x00000040Barcode1dAustralianCifNUses N-Table to encode/decode Australian post customer information filed (CIF). Use with both Read and Write methods.
0x00000080Barcode1dAustralianCifSNo table is used to encode/decode Australian post customer information filed (CIF). The Read operation will read the CIF bar states allowing users to use their own table to decode the information. For the Write operation, the user must enter the state value for all CIF bars (16 bars for FCC 59 and 31 bars for FCC 62.) State values are either 0 (H), 1 (A), 2 (D), or 3 (T). Use with both Read and Write methods.
0x00000100Barcode1dRss14TruncatedWrites GS1 Databar (formerly RSS14) Truncated. When this flag is not set, GS1 Databar (formerly RSS14) standard will be written. Used with Write operation only.
Remarks

Some GS1 Databar (formerly RSS14) Expanded Stacked strings have a fixed number of symbols. Type RSS14 is now GS1 Databar. All references to RSS14 now refer to GS1 Databar.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly