Gets or sets a value that indicates whether to set the linkage bit when writing the barcode.
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');
true to set the linkage bit when writing the barcode. Otherwise, false. The default value is false.
Used by both, the stacked and the expanded stacked GS1 Databar barcodes.
For an example, refer to GS1DatabarStackedBarcodeWriteOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET