Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeCellType Class / Resolution Property


In This Topic
    Resolution Property
    In This Topic
    Gets or sets the resolution (in dots-per-inch) of the output image of the barcode.
    Syntax
    'Declaration
     
    
    Public Property Resolution As Resolution
    'Usage
     
    
    Dim instance As BarCodeCellType
    Dim value As Resolution
     
    instance.Resolution = value
     
    value = instance.Resolution
    public Resolution Resolution {get; set;}
    See Also