Gets or sets a value that indicates whether to set the linkage bit when writing GS1 Databar barcodes.
public bool SetGS1DatabarLinkageBit { get; set; }
Public Property SetGS1DatabarLinkageBit As Boolean
public bool SetGS1DatabarLinkageBit {get; set;}
@property (nonatomic, assign) BOOL setGS1DatabarLinkageBit
public boolean getSetGS1DatabarLinkageBit()
public void setSetGS1DatabarLinkageBit(boolean value)
<br/>get_SetGS1DatabarLinkageBit();<br/>set_SetGS1DatabarLinkageBit(value);<br/>Object.defineProperty('SetGS1DatabarLinkageBit');
true to set the linkage bit when writing GS1 Databar barcodes. Otherwise, false. The default value is false.
The value of SetGS1DatabarLinkageBit and WriteTruncatedGS1Databar is only used when writing the GS1 Databar barcodes supported by this write options class:
For an example, refer to OneDBarcodeWriteOptions.
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