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


In This Topic
Resolution Property (BarCodeCellType)
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
See Also