Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > GS1DatabarStackedBarcodeWriteOptions Class : SetLinkageBit Property |
[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); }
Used by both, the stacked and the expanded stacked GS1 Databar barcodes.
For an example, refer to GS1DatabarStackedBarcodeWriteOptions.