Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / Code39 Class / FullAscii Property


In This Topic
FullAscii Property
In This Topic
Gets or sets whether Code39 is in full ASCII mode.
Syntax
'Declaration
 
Public Property FullAscii As Boolean
 
'Usage
 
Dim instance As Code39
Dim value As Boolean
 
instance.FullAscii = value
 
value = instance.FullAscii
See Also