ActiveReports3 Request technical support
BarAdjust Property
See Also 


Gets or sets the adjustment size by dot.

Syntax

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

Remarks

The BarAdjust property is effective only with its barcode style set to EANFNC1. Adjustment size is specified by dot units, which affects the size of the module and not the entire barcode. 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