←Select platform

XModule Property

Summary

Gets or sets a value that indicates the size of the smallest module when writing a Datamatrix barcode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int XModule { get; set; } 
Public Property XModule As Integer 
public int XModule {get; set;} 
@property (nonatomic, assign) NSInteger xModule 
public int getXModule() 
public void setXModule(int value) 
             
 <br/>get_XModule();<br/>set_XModule(value);<br/>Object.defineProperty('XModule');  
public: 
property int XModule { 
   int get(); 
   void set (    int ); 
} 

Property Value

An Int32 that indicates the size of the smallest module when writing a Datamatrix barcode in a thousandth of an inch. Must be a value greater to or equal to 0. Default value is 30 (0.03 of an inch).

Remarks

If the value is too small, a minimum of 2 pixels will be used regardless of the value set in XModule.

For more information, refer to Writing Barcodes - Bounds and XModule.

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