←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
Objective-C
C++
Java
public bool SetLinkageBit { get; set; } 
Public Property SetLinkageBit As Boolean 
@property (nonatomic, assign) BOOL setLinkageBit 
public boolean getSetLinkageBit() 
public void setSetLinkageBit(boolean value) 
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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly