Leadtools.Barcode Namespace > DatamatrixBarcodeWriteOptions Class : DisableCompression Property |
[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); }
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
For an example, refer to DatamatrixBarcodeWriteOptions.
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