Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / QRCode Class / ErrorLevel Property


In This Topic
ErrorLevel Property (QRCode)
In This Topic
Gets or sets the QR Code error correction level.
Syntax
'Declaration
 
Public Property ErrorLevel As QRCode.QRCodeErrorLevel
 
'Usage
 
Dim instance As QRCode
Dim value As QRCode.QRCodeErrorLevel
 
instance.ErrorLevel = value
 
value = instance.ErrorLevel
See Also