Spread Windows Forms 15.0
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
    public string DpiY {get; set;}
    See Also