←Select platform

DisableCompression Property

Summary

Gets or sets a value that indicates whether the Datamatrix symbol is written without compression.

Syntax
C#
VB
Objective-C
C++
Java
public bool DisableCompression { get; set; } 
Public Property DisableCompression As Boolean 
@property (nonatomic, assign) BOOL disableCompression 
public boolean getDisableCompression() 
public void setDisableCompression(boolean value) 
public: 
property bool DisableCompression { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly