←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++
public bool SetLinkageBit { get; set; } 
Public Property SetLinkageBit As Boolean 
public bool SetLinkageBit {get; set;} 
@property (nonatomic, assign) BOOL setLinkageBit 
public boolean getSetLinkageBit() 
public void setSetLinkageBit(boolean value) 
             
 <br/>get_SetLinkageBit();<br/>set_SetLinkageBit(value);<br/>Object.defineProperty('SetLinkageBit');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly