Leadtools.Barcode Namespace > DatamatrixBarcodeWriteOptions Class : DisableCompression Property |
[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); }
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.