←Select platform

SetLinkageBit Property

Summary

Gets or sets a value that indicates whether to set the linkage bit when writing the barcode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DefaultValueAttribute()] 
[CategoryAttribute("            Options")] 
[DisplayNameAttribute("Set linkage bit")] 
[DescriptionAttribute("Set the linkage bit when writing the barcode")] 
public bool SetLinkageBit {get; set;} 
<DefaultValueAttribute()> 
<CategoryAttribute("         Options")> 
<DisplayNameAttribute("Set linkage bit")> 
<DescriptionAttribute("Set the linkage bit when writing the barcode")> 
Public Property SetLinkageBit As Boolean 
[DefaultValueAttribute()] 
[CategoryAttribute("            Options")] 
[DisplayNameAttribute("Set linkage bit")] 
[DescriptionAttribute("Set the linkage bit when writing the barcode")] 
public bool SetLinkageBit {get; set;} 
@property (nonatomic, assign) BOOL setLinkageBit 
public boolean getSetLinkageBit() 
public void setSetLinkageBit(boolean value) 
             
DefaultValueAttribute() 
CategoryAttribute("         Options") 
DisplayNameAttribute("Set linkage bit") 
DescriptionAttribute("Set the linkage bit when writing the barcode") 
  
get_SetLinkageBit(); 
set_SetLinkageBit(value); 
Object.defineProperty('SetLinkageBit');  
[DefaultValueAttribute()] 
[CategoryAttribute("            Options")] 
[DisplayNameAttribute("Set linkage bit")] 
[DescriptionAttribute("Set the linkage bit when writing the barcode")] 
public: 
property bool SetLinkageBit { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to set the linkage bit when writing the barcode. Otherwise, false. The default value is false.

Remarks

Used by both, the stacked and the expanded stacked GS1 Databar barcodes.

Example

For an example, refer to GS1DatabarStackedBarcodeWriteOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize