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