Gets or sets a value that indicates the size of the smallest module when writing a QR barcode.
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');
An Int32 that indicates the size of the smallest module when writing a QR barcode in a thousandths of an inch. Must be a value greater to or equal to 0. Default value is 30 (0.03 of an inch).
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.
For an example, refer to QRBarcodeWriteOptions.
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