←Select platform

AdvancedFlags Property

Summary

Gets or sets flags that indicate 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.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="AdvancedFlags", IsRequired=true)] 
public Barcode1dAdvancedFlags AdvancedFlags { get; set; } 
  
<DataMemberAttribute(Name="AdvancedFlags", IsRequired=True)> 
Public Property AdvancedFlags As Leadtools.Services.Barcode.Datacontracts.Barcode1dAdvancedFlags 
[DataMemberAttribute(Name="AdvancedFlags", IsRequired=true)] 
public: 
property Leadtools.Services.Barcode.Datacontracts.Barcode1dAdvancedFlags AdvancedFlags { 
   Leadtools.Services.Barcode.Datacontracts.Barcode1dAdvancedFlags get(); 
   void set (    Leadtools.Services.Barcode.Datacontracts.Barcode1dAdvancedFlags ); 
} 

Property Value

Flags that indicate 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. Type RSS14 is now GS1 Databar. All references to RSS14 now refer to GS1 Databar. Use a bitwise OR ( ¦ ) to specify one flag from each group.

Example

For an example, refer to Barcode1d example.

Requirements

Target Platforms

See Also

Reference

Barcode1d Class

Barcode1d Members

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