LEADTOOLS Barcode (Leadtools.Barcode assembly)

DisableCompression Property

Show in webframe







Gets or sets a value that indicates whether the Datamatrix symbol is written without compression.
Syntax
[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")]
[DefaultValueAttribute()]
[DisplayNameAttribute("Disable compression")]
[CategoryAttribute("		Options")]
public bool DisableCompression {get; set;}
'Declaration
 
<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")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Disable compression")>
<CategoryAttribute("		Options")>
Public Property DisableCompression As Boolean
'Usage
 
Dim instance As DatamatrixBarcodeWriteOptions
Dim value As Boolean
 
instance.DisableCompression = value
 
value = instance.DisableCompression
[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")]
[DefaultValueAttribute()]
[DisplayNameAttribute("Disable compression")]
[CategoryAttribute("		Options")]
public bool DisableCompression {get; set;}
@property (nonatomic, assign) BOOL disableCompression;
public boolean getDisableCompression()
public void setDisableCompression(boolean value)
            
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")
DefaultValueAttribute()
DisplayNameAttribute("Disable compression")
CategoryAttribute("		Options")
 
get_DisableCompression();
set_DisableCompression(value);
Object.defineProperty('DisableCompression');
[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")]
[DefaultValueAttribute()]
[DisplayNameAttribute("Disable compression")]
[CategoryAttribute("		Options")]
public:
property bool DisableCompression {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

DatamatrixBarcodeWriteOptions Class
DatamatrixBarcodeWriteOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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