←Select platform

DisableCompression Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly