Leadtools.Barcode Requires Barcode add-on license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.12
Barcode1dAdvancedFlags Enumeration
See Also  
Leadtools.Barcode Namespace : Barcode1dAdvancedFlags Enumeration




Flags that identify the linkage bit value for all RSS14 types, RSS14 truncated type, direction of RSS14 stacked, number of 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

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum Barcode1dAdvancedFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As Barcode1dAdvancedFlags
C# 
[FlagsAttribute()]
public enum Barcode1dAdvancedFlags : Enum 
Managed Extensions for C++ 
[FlagsAttribute()]
__value public enum Barcode1dAdvancedFlags : public Enum 
C++/CLI 
[FlagsAttribute()]
public enum class Barcode1dAdvancedFlags : public Enum 

Members

MemberDescription
Barcode1dRss14Linkage Set linkage bit for RSS14, RSS14 Limited, RSS14 Expanded, RSS14 Stacked, and RSS14 Expanded Stacked. Used with Write method only.
Barcode1dRss14Truncated Write RSS14 Truncated. If it’s not set, RSS14 standard will be written. Used with Write method only.
Barcode1dRss14StackedOmni Write RSS14 two-row in RSS14 Stacked Omni-directional format. If it’s not set, RSS14 Stacked format will be written. Used with Write method only.
Barcode1dRss14ExpandedStackedRows1 Write the RSS14 Expanded Stacked barcode into 1 row. Used with Write method only.
Barcode1dRss14ExpandedStackedRows2 Write the RSS14 Expanded Stacked barcode into 2 rows. Used with Write method only
Barcode1dRss14ExpandedStackedRows3 Write the RSS14 Expanded Stacked barcode into 3 rows. Used with Write method only.
Barcode1dRss14ExpandedStackedRows4 Write the RSS14 Expanded Stacked barcode into 4 rows. Used with Write method only.
Barcode1dRss14ExpandedStackedRows5 Write the RSS14 Expanded Stacked barcode into 5 rows. Used with Write method only.
Barcode1dRss14ExpandedStackedRows6 Write the RSS14 Expanded Stacked barcode into 6 rows. Used with Write method only.
Barcode1dAustralianCifC Use C-Table to encode/decode Australian post customer information filed (CIF). Used with both Read and Write methods.
Barcode1dAustralianCifN Use N-Table to encode/decode Australian post customer information filed (CIF). Used with both Read and Write methods.
Barcode1dAustralianCifS No 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.

Remarks

Some RSS14 Expanded Stacked strings have a fixed number of symbols. BarcodeEngine.Write throughs BarcodeExceptionCode.InvalidBarcodeString exception if the number of rows doesn’t fit.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features