ActiveReports3 Request technical support
ModuleSize Property
See Also 


Sets the horizontal size of the barcode module.

Syntax

Visual Basic (Declaration) 
Public Property ModuleSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As Code128Options
Dim value As Integer
 
instance.ModuleSize = value
 
value = instance.ModuleSize
C# 
public int ModuleSize {get; set;}

Remarks

Note: When making adjustments with the BarAdjust property, it is necessary to set the values of the DPI and ModuleSize properties. By setting all three properties, the value of BarAdjust is effective and the readability of the barcode is improved.

See Also