Gets or sets a value that indicates whether the Datamatrix symbol is written without compression.
public bool DisableCompression { get; set; }
Public Property DisableCompression As Boolean
public bool DisableCompression {get; set;}
@property (nonatomic, assign) BOOL disableCompression
public boolean getDisableCompression()
public void setDisableCompression(boolean value)
<br/>get_DisableCompression();<br/>set_DisableCompression(value);<br/>Object.defineProperty('DisableCompression');
true to write the Datamatrix symbol without compression. Otherwise, false. Default value is false.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET