←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
Java
Objective-C
WinRT C#
C++
[CategoryAttribute(" GS1 Databar Options")] 
[DisplayNameAttribute("Set linkage bit")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("Set the linkage bit for GS1 Databar, Limited and Expanded")] 
public bool SetGS1DatabarLinkageBit {get; set;} 
<CategoryAttribute("  GS1 Databar Options")> 
<DisplayNameAttribute("Set linkage bit")> 
<DefaultValueAttribute()> 
<DescriptionAttribute("Set the linkage bit for GS1 Databar, Limited and Expanded")> 
Public Property SetGS1DatabarLinkageBit As Boolean 
[CategoryAttribute(" GS1 Databar Options")] 
[DisplayNameAttribute("Set linkage bit")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("Set the linkage bit for GS1 Databar, Limited and Expanded")] 
public bool SetGS1DatabarLinkageBit {get; set;} 
@property (nonatomic, assign) BOOL setGS1DatabarLinkageBit 
public boolean getSetGS1DatabarLinkageBit() 
public void setSetGS1DatabarLinkageBit(boolean value) 
             
CategoryAttribute("  GS1 Databar Options") 
DisplayNameAttribute("Set linkage bit") 
DefaultValueAttribute() 
DescriptionAttribute("Set the linkage bit for GS1 Databar, Limited and Expanded") 
  
get_SetGS1DatabarLinkageBit(); 
set_SetGS1DatabarLinkageBit(value); 
Object.defineProperty('SetGS1DatabarLinkageBit');  
[CategoryAttribute(" GS1 Databar Options")] 
[DisplayNameAttribute("Set linkage bit")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("Set the linkage bit for GS1 Databar, Limited and Expanded")] 
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

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