Gets or sets a value indicating whether to write truncated GS1 Databar symbols.
public bool WriteTruncatedGS1Databar { get; set; }
Public Property WriteTruncatedGS1Databar As Boolean
public bool WriteTruncatedGS1Databar {get; set;}
@property (nonatomic, assign) BOOL writeTruncatedGS1Databar
public boolean getWriteTruncatedGS1Databar()
public void setWriteTruncatedGS1Databar(boolean value)
<br/>get_WriteTruncatedGS1Databar();<br/>set_WriteTruncatedGS1Databar(value);<br/>Object.defineProperty('WriteTruncatedGS1Databar');
true to write truncated GS1 Databar symbols. Otherwise, false. The default value is false.
Truncated GS1 Databar are symbols that are generally smaller than regular symbols. Not all scanners will read Truncated GS1 Databars, however, LEADTOOLS will read these symbols normally.
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