Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

SetLinkageBit Property








Gets or sets a value that indicates whether to set the linkage bit when writing the barcode.
Syntax
[DefaultValueAttribute()]
[CategoryAttribute("			Options")]
[DisplayNameAttribute("Set linkage bit")]
[DescriptionAttribute("Set the linkage bit when writing the barcode")]
public bool SetLinkageBit {get; set;}
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("			Options")>
<DisplayNameAttribute("Set linkage bit")>
<DescriptionAttribute("Set the linkage bit when writing the barcode")>
Public Property SetLinkageBit As Boolean
'Usage
 
Dim instance As GS1DatabarStackedBarcodeWriteOptions
Dim value As Boolean
 
instance.SetLinkageBit = value
 
value = instance.SetLinkageBit
[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")
 <br/>get_SetLinkageBit();<br/>set_SetLinkageBit(value);<br/>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 value);
}

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

See Also

Reference

GS1DatabarStackedBarcodeWriteOptions Class
GS1DatabarStackedBarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features