Gets or sets the correction level of QR barcodes. This is a dependency property.
Namespace: MindFusion.Barcodes.Wpf
Assembly: MindFusion.Barcodes.Wpf
SyntaxC#
Copy Code
|
|---|
public CorrectionLevel QRCorrectionLevel { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property QRCorrectionLevel As CorrectionLevel |
A member of the CorrectionLevel enumeration. The default is M.
See Also