ActiveReports3 Request technical support
Dpi Property
See Also 


Sets the resolution of the printer.

Syntax

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

Remarks

When you specify as dots per inch the resolution of the printer in which the barcode will be printed, an optimized barcode image is created with the specified Dpi value.

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