LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

DisableCompression Property








Gets or sets a value that indicates whether the Datamatrix symbol is written without compression. .NET support WinRT support Silverlight support
Syntax
[CategoryAttribute("		Options")]
[DisplayNameAttribute("Disable compression")]
[DefaultValueAttribute()]
[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")]
public bool DisableCompression {get; set;}
'Declaration
 
<CategoryAttribute("		Options")>
<DisplayNameAttribute("Disable compression")>
<DefaultValueAttribute()>
<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")>
Public Property DisableCompression As Boolean
'Usage
 
Dim instance As DatamatrixBarcodeWriteOptions
Dim value As Boolean
 
instance.DisableCompression = value
 
value = instance.DisableCompression
[CategoryAttribute("		Options")]
[DisplayNameAttribute("Disable compression")]
[DefaultValueAttribute()]
[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")]
public bool DisableCompression {get; set;}
ObjectiveC Syntax
Java Syntax
CategoryAttribute("		Options")
DisplayNameAttribute("Disable compression")
DefaultValueAttribute()
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")
 get_DisableCompression();
set_DisableCompression(value);
[CategoryAttribute("		Options")]
[DisplayNameAttribute("Disable compression")]
[DefaultValueAttribute()]
[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")]
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DatamatrixBarcodeWriteOptions Class
DatamatrixBarcodeWriteOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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