Gets or sets the size of the smallest bar element when writing Linear (1D) barcodes.
public int XModule {get; set;}
'Declaration
Public Property XModule As Integer
'Usage
Dim instance As Barcode1d
Dim value As Integer
instance.XModule = value
value = instance.XModule
public int XModule {get; set;}
get_XModule();
set_XModule(value);
Object.defineProperty('XModule');
public:
property int XModule {
int get();
void set ( int value);
}
Property Value
Size of the smallest element in width, in thousandths of an inch (0.001). If the value is too small, a minimum of 2 pixels will be used. This value is used only if
BarcodeWriteFlags.UseXModule1d flag is set.