Gets or sets a value that indicates whether to use the XModule when writing barcodes of this type.
public bool UseXModule { get; set; }
Public Property UseXModule As Boolean
public bool UseXModule {get; set;}
@property (nonatomic, assign) BOOL useXModule
public boolean getUseXModule()
public void setUseXModule(boolean value)
<br/>get_UseXModule();<br/>set_UseXModule(value);<br/>Object.defineProperty('UseXModule');
true to use XModule when writing barcodes of this type. Otherwise, false. The default value is false.
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.
For an example, refer to PatchCodeBarcodeWriteOptions.
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