Leadtools.Barcode Namespace > OneDBarcodeWriteOptions Class : WriteTruncatedGS1Databar Property |
[DisplayNameAttribute("Trunctaed")] [CategoryAttribute(" GS1 Databar Options")] [DefaultValueAttribute()] [DescriptionAttribute("If true, write GS1 Databar Turncated. Otherwise, write GS1 Databar Standard")] public bool WriteTruncatedGS1Databar {get; set;}
'Declaration <DisplayNameAttribute("Trunctaed")> <CategoryAttribute(" GS1 Databar Options")> <DefaultValueAttribute()> <DescriptionAttribute("If true, write GS1 Databar Turncated. Otherwise, write GS1 Databar Standard")> Public Property WriteTruncatedGS1Databar As Boolean
'Usage Dim instance As OneDBarcodeWriteOptions Dim value As Boolean instance.WriteTruncatedGS1Databar = value value = instance.WriteTruncatedGS1Databar
[DisplayNameAttribute("Trunctaed")] [CategoryAttribute(" GS1 Databar Options")] [DefaultValueAttribute()] [DescriptionAttribute("If true, write GS1 Databar Turncated. Otherwise, write GS1 Databar Standard")] public bool WriteTruncatedGS1Databar {get; set;}
@property (nonatomic, assign) BOOL writeTruncatedGS1Databar;
public boolean getWriteTruncatedGS1Databar() public void setWriteTruncatedGS1Databar(boolean value)
DisplayNameAttribute("Trunctaed") CategoryAttribute(" GS1 Databar Options") DefaultValueAttribute() DescriptionAttribute("If true, write GS1 Databar Turncated. Otherwise, write GS1 Databar Standard")
get_WriteTruncatedGS1Databar();
set_WriteTruncatedGS1Databar(value);
Object.defineProperty('WriteTruncatedGS1Databar');
[DisplayNameAttribute("Trunctaed")] [CategoryAttribute(" GS1 Databar Options")] [DefaultValueAttribute()] [DescriptionAttribute("If true, write GS1 Databar Turncated. Otherwise, write GS1 Databar Standard")] public: property bool WriteTruncatedGS1Databar { bool get(); void set ( bool value); }
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.