Leadtools.Barcode Namespace > QRBarcodeWriteOptions Class : XModule Property |
[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")] [DefaultValueAttribute()] [CategoryAttribute(" Size")] [DisplayNameAttribute("XModule")] public int XModule {get; set;}
'Declaration <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")> <DefaultValueAttribute()> <CategoryAttribute(" Size")> <DisplayNameAttribute("XModule")> Public Property XModule As Integer
'Usage Dim instance As QRBarcodeWriteOptions Dim value As Integer instance.XModule = value value = instance.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")] [DefaultValueAttribute()] [CategoryAttribute(" Size")] [DisplayNameAttribute("XModule")] public int XModule {get; set;}
ObjectiveC Syntax
Java Syntax
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") DefaultValueAttribute() CategoryAttribute(" Size") DisplayNameAttribute("XModule") get_XModule();
set_XModule(value);
[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")] [DefaultValueAttribute()] [CategoryAttribute(" Size")] [DisplayNameAttribute("XModule")] public: property int XModule { int get(); void set ( int value); }
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2