Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > DatamatrixBarcodeWriteOptions Class : DisableCompression Property |
[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;}
'Declaration
<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
'Usage
Dim instance As DatamatrixBarcodeWriteOptions Dim value As Boolean instance.DisableCompression = value value = instance.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 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() <br/>get_DisableCompression();<br/>set_DisableCompression(value);<br/>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 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.