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


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