Leadtools.Barcode Namespace > OneDBarcodeWriteOptions Class : XModule Property |
[CategoryAttribute(" Size")] [DisplayNameAttribute("XModule")] [DefaultValueAttribute()] [DescriptionAttribute("Size of the smallest module when writing in thousandths of an inch (0.001). If the value is too small, a minimum of 2 pixels will be used. Must be a value greater than or equal to 0")] public int XModule {get; set;}
'Declaration <CategoryAttribute(" Size")> <DisplayNameAttribute("XModule")> <DefaultValueAttribute()> <DescriptionAttribute("Size of the smallest module when writing in thousandths of an inch (0.001). If the value is too small, a minimum of 2 pixels will be used. Must be a value greater than or equal to 0")> Public Property XModule As Integer
'Usage Dim instance As OneDBarcodeWriteOptions Dim value As Integer instance.XModule = value value = instance.XModule
[CategoryAttribute(" Size")] [DisplayNameAttribute("XModule")] [DefaultValueAttribute()] [DescriptionAttribute("Size of the smallest module when writing in thousandths of an inch (0.001). If the value is too small, a minimum of 2 pixels will be used. Must be a value greater than or equal to 0")] public int XModule {get; set;}
@property (nonatomic, assign) int xModule;
public int getXModule() public void setXModule(int value)
CategoryAttribute(" Size") DisplayNameAttribute("XModule") DefaultValueAttribute() DescriptionAttribute("Size of the smallest module when writing in thousandths of an inch (0.001). If the value is too small, a minimum of 2 pixels will be used. Must be a value greater than or equal to 0")
get_XModule();
set_XModule(value);
Object.defineProperty('XModule');
[CategoryAttribute(" Size")] [DisplayNameAttribute("XModule")] [DefaultValueAttribute()] [DescriptionAttribute("Size of the smallest module when writing in thousandths of an inch (0.001). If the value is too small, a minimum of 2 pixels will be used. Must be a value greater than or equal to 0")] public: property int XModule { int get(); void set ( int value); }
Only used if the value of UseXModule is set to true, otherwise, the module size is calculated from the data size BarcodeData.Bounds).
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 OneDBarcodeWriteOptions.