Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

WriteTruncatedGS1Databar Property








Gets or sets a value indicating whether to write truncated GS1 Databar symbols.
Syntax
[DescriptionAttribute("If true, write GS1 Databar Truncated. Otherwise, write GS1 Databar Standard")]
[DefaultValueAttribute()]
[CategoryAttribute("	GS1 Databar Options")]
[DisplayNameAttribute("Truncated")]
public bool WriteTruncatedGS1Databar {get; set;}
'Declaration
 
<DescriptionAttribute("If true, write GS1 Databar Truncated. Otherwise, write GS1 Databar Standard")>
<DefaultValueAttribute()>
<CategoryAttribute("	GS1 Databar Options")>
<DisplayNameAttribute("Truncated")>
Public Property WriteTruncatedGS1Databar As Boolean
'Usage
 
Dim instance As OneDBarcodeWriteOptions
Dim value As Boolean
 
instance.WriteTruncatedGS1Databar = value
 
value = instance.WriteTruncatedGS1Databar
[DescriptionAttribute("If true, write GS1 Databar Truncated. Otherwise, write GS1 Databar Standard")]
[DefaultValueAttribute()]
[CategoryAttribute("	GS1 Databar Options")]
[DisplayNameAttribute("Truncated")]
public bool WriteTruncatedGS1Databar {get; set;}
@property (nonatomic, assign) BOOL writeTruncatedGS1Databar
public boolean getWriteTruncatedGS1Databar()
public void setWriteTruncatedGS1Databar(boolean value)
            
DescriptionAttribute("If true, write GS1 Databar Truncated. Otherwise, write GS1 Databar Standard")
DefaultValueAttribute()
CategoryAttribute("	GS1 Databar Options")
DisplayNameAttribute("Truncated")
 <br/>get_WriteTruncatedGS1Databar();<br/>set_WriteTruncatedGS1Databar(value);<br/>Object.defineProperty('WriteTruncatedGS1Databar'); 
[DescriptionAttribute("If true, write GS1 Databar Truncated. Otherwise, write GS1 Databar Standard")]
[DefaultValueAttribute()]
[CategoryAttribute("	GS1 Databar Options")]
[DisplayNameAttribute("Truncated")]
public:
property bool WriteTruncatedGS1Databar {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

OneDBarcodeWriteOptions Class
OneDBarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features