Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / Resolution Class / DpiX Property


In This Topic
DpiX Property
In This Topic
Gets or sets horizontal (X) resolution.
Syntax
'Declaration
 
Public Property DpiX As String
 
'Usage
 
Dim instance As Resolution
Dim value As String
 
instance.DpiX = value
 
value = instance.DpiX
See Also