Spread Windows Forms 12.0 Product Documentation
ErrorLevel Property (QRCode)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace > QRCode Class : ErrorLevel Property
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
public QRCode.QRCodeErrorLevel ErrorLevel {get; set;}

Property Value

QRCode.QRCodeErrorLevel setting that specifies the error correction level
See Also

Reference

QRCode Class
QRCode Members