LEADTOOLS Barcode (Leadtools.Barcode assembly)

Barcode1dAdvancedFlags Enumeration

Show in webframe







Obsolete: Flags that 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. You can use a bitwise OR (|) to specify one flag from each group.
Syntax
[FlagsAttribute()]
public enum Barcode1dAdvancedFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum Barcode1dAdvancedFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As Barcode1dAdvancedFlags
[FlagsAttribute()]
public enum Barcode1dAdvancedFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Barcode.Deprecated.Barcode1dAdvancedFlags = function() { };
Leadtools.Barcode.Deprecated.Barcode1dAdvancedFlags.prototype = {
Barcode1dAustralianCifC = 0x0, Barcode1dRss14Linkage = 0x1, Barcode1dRss14StackedOmni = 0x2, Barcode1dRss14ExpandedStackedRows1 = 0x4, Barcode1dRss14ExpandedStackedRows2 = 0x8, Barcode1dRss14ExpandedStackedRows3 = 0xC, Barcode1dRss14ExpandedStackedRows4 = 0x10, Barcode1dRss14ExpandedStackedRows5 = 0x14, Barcode1dRss14ExpandedStackedRows6 = 0x18, Barcode1dAustralianCifN = 0x40, Barcode1dAustralianCifS = 0x80, Barcode1dRss14Truncated = 0x100, };
[FlagsAttribute()]
public enum class Barcode1dAdvancedFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x0Barcode1dAustralianCifCUse C-Table to encode/decode Australian post customer information filed (CIF). Used with both Read and Write methods.
0x1Barcode1dRss14LinkageSet 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 method only. Type RSS14 is now GS1 Databar. All references to RSS14 now refer to GS1 Databar.
0x2Barcode1dRss14StackedOmniWrite 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. Used with Write method only.
0x4Barcode1dRss14ExpandedStackedRows1Write the GS1 Databar (formerly RSS14) Expanded Stacked barcode into 1 row. Used with Write method only.
0x8Barcode1dRss14ExpandedStackedRows2Write the GS1 Databar (formerly RSS14) Expanded Stacked barcode into 2 rows. Used with Write method only
0xCBarcode1dRss14ExpandedStackedRows3Write the GS1 Databar (formerly RSS14)Expanded Stacked barcode into 3 rows. Used with Write method only.
0x10Barcode1dRss14ExpandedStackedRows4Write the GS1 Databar (formerly RSS14) Expanded Stacked barcode into 4 rows. Used with Write method only.
0x14Barcode1dRss14ExpandedStackedRows5Write the GS1 Databar (formerly RSS14) Expanded Stacked barcode into 5 rows. Used with Write method only.
0x18Barcode1dRss14ExpandedStackedRows6Write the GS1 Databar (formerly RSS14) Expanded Stacked barcode into 6 rows. Used with Write method only.
0x40Barcode1dAustralianCifNUse N-Table to encode/decode Australian post customer information filed (CIF). Used with both Read and Write methods.
0x80Barcode1dAustralianCifSNo table is used to encode/decode Australian post customer information filed (CIF). The Read method will read the CIF bar states, so that users can use their own table to decode the information. For the Write method, 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). Used with both Read and Write methods.
0x100Barcode1dRss14TruncatedWrite GS1 Databar (formerly RSS14) Truncated. If it is not set, GS1 Databar (formerly RSS14) standard will be written. Used with Write method only.
Remarks
Some GS1 Databar (formerly RSS14) Expanded Stacked strings have a fixed number of symbols. BarcodeEngine.Write throws the BarcodeExceptionCode.InvalidBarcodeString exception if the number of rows doesn't fit. Type RSS14 is now GS1 Databar. All references to RSS14 now refer to GS1 Databar.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Barcode.Deprecated.Barcode1dAdvancedFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode.Deprecated Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features