![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > PharmaCodeBarcodeWriteOptions Class : XModule Property |
[DisplayNameAttribute("XModule")] [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")] [CategoryAttribute(" Size")] [DefaultValueAttribute()] public int XModule {get; set;}
'Declaration
<DisplayNameAttribute("XModule")> <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")> <CategoryAttribute(" Size")> <DefaultValueAttribute()> Public Property XModule As Integer
'Usage
Dim instance As PharmaCodeBarcodeWriteOptions Dim value As Integer instance.XModule = value value = instance.XModule
[DisplayNameAttribute("XModule")] [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")] [CategoryAttribute(" Size")] [DefaultValueAttribute()] public int XModule {get; set;}
DisplayNameAttribute("XModule") 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") CategoryAttribute(" Size") DefaultValueAttribute() <br/>get_XModule();<br/>set_XModule(value);<br/>Object.defineProperty('XModule');
[DisplayNameAttribute("XModule")] [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")] [CategoryAttribute(" Size")] [DefaultValueAttribute()] 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 PharmaCodeBarcodeWriteOptions.