←Select platform

WriteTruncatedGS1Databar Property

Summary

Gets or sets a value indicating whether to write truncated GS1 Databar symbols.

Syntax
C#
VB
Objective-C
C++
Java
public bool WriteTruncatedGS1Databar { get; set; } 
Public Property WriteTruncatedGS1Databar As Boolean 
@property (nonatomic, assign) BOOL writeTruncatedGS1Databar 
public boolean getWriteTruncatedGS1Databar() 
public void setWriteTruncatedGS1Databar(boolean value) 
public: 
property bool WriteTruncatedGS1Databar { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to write truncated GS1 Databar symbols. Otherwise, false. The default value is false.

Remarks

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:

Example

For an example, refer to OneDBarcodeWriteOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly