Spread Windows Forms 12.0 Product Documentation
UnitConverter Constructor


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.IO.OpenXml Namespace > UnitConverter Class : UnitConverter Constructor
An integer value indicates the current DPI.
Initializes a new instance of the UnitConverter class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dpi As Integer _
)
'Usage
 
Dim dpi As Integer
 
Dim instance As New UnitConverter(dpi)
public UnitConverter( 
   int dpi
)

Parameters

dpi
An integer value indicates the current DPI.
See Also

Reference

UnitConverter Class
UnitConverter Members