←Select platform

SetGS1DatabarLinkageBit Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public bool SetGS1DatabarLinkageBit { get; set; } 
Public Property SetGS1DatabarLinkageBit As Boolean 
@property (nonatomic, assign) BOOL setGS1DatabarLinkageBit 
public boolean getSetGS1DatabarLinkageBit() 
public void setSetGS1DatabarLinkageBit(boolean value) 
public: 
property bool SetGS1DatabarLinkageBit { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

Remarks

The value of SetGS1DatabarLinkageBit and WriteTruncatedGS1Databar is only used when writing the GS1 Databar barcodes supported by this write options class:

Example

For an example, refer to OneDBarcodeWriteOptions.

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