←Select platform

UseXModule Property

Summary

Gets or sets a value that indicates whether to use the XModule when writing barcodes of this type.

Syntax
C#
VB
Objective-C
C++
Java
public bool UseXModule { get; set; } 
Public Property UseXModule As Boolean 
@property (nonatomic, assign) BOOL useXModule 
public boolean getUseXModule() 
public void setUseXModule(boolean value) 
public: 
property bool UseXModule { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use XModule when writing barcodes of this type. Otherwise, false. The default value is false.

Remarks

When the value of UseXModule is set to false, then the smallest module size is calculated from the size of the barcode data (BarcodeData.Bounds).

When the value of UseXModule is set to true, then the smallest module size is set in XModule and the barcode data size may be used as a "clipping" boundary.

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

Example

For an example, refer to OneDBarcodeWriteOptions.

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