←Select platform

DisableCompression Property

Summary

Gets or sets a value that indicates whether the Datamatrix symbol is written without compression.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[CategoryAttribute("     Options")] 
[DescriptionAttribute("Write data into the symbol without compression. Two bytes must be added to the data, then the data is written byte-for-byte to the symbol")] 
[DisplayNameAttribute("Disable compression")] 
[DefaultValueAttribute()] 
public bool DisableCompression {get; set;} 
<CategoryAttribute("      Options")> 
<DescriptionAttribute("Write data into the symbol without compression. Two bytes must be added to the data, then the data is written byte-for-byte to the symbol")> 
<DisplayNameAttribute("Disable compression")> 
<DefaultValueAttribute()> 
Public Property DisableCompression As Boolean 
[CategoryAttribute("     Options")] 
[DescriptionAttribute("Write data into the symbol without compression. Two bytes must be added to the data, then the data is written byte-for-byte to the symbol")] 
[DisplayNameAttribute("Disable compression")] 
[DefaultValueAttribute()] 
public bool DisableCompression {get; set;} 
@property (nonatomic, assign) BOOL disableCompression 
public boolean getDisableCompression() 
public void setDisableCompression(boolean value) 
             
CategoryAttribute("      Options") 
DescriptionAttribute("Write data into the symbol without compression. Two bytes must be added to the data, then the data is written byte-for-byte to the symbol") 
DisplayNameAttribute("Disable compression") 
DefaultValueAttribute() 
  
get_DisableCompression(); 
set_DisableCompression(value); 
Object.defineProperty('DisableCompression');  
[CategoryAttribute("     Options")] 
[DescriptionAttribute("Write data into the symbol without compression. Two bytes must be added to the data, then the data is written byte-for-byte to the symbol")] 
[DisplayNameAttribute("Disable compression")] 
[DefaultValueAttribute()] 
public: 
property bool DisableCompression { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to write the Datamatrix symbol without compression. Otherwise, false. Default value is false.

Remarks

When compression is disabled, two control bytes are added to the beginning of the data and then the data is written byte-for-byte to the symbol

Example

For an example, refer to DatamatrixBarcodeWriteOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize