Spread Windows Forms 13.0 Product Documentation
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;}

    Property Value

    String containing the vertical (Y-axis) resolution
    See Also