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

    Property Value

    String containing the horizontal (X-axis) resolution
    See Also