Search
BarcodeNode.QRCorrectionLevel Property
See Also
 





Gets or sets the correction level of QR barcodes.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public CorrectionLevel QRCorrectionLevel { get; set; }

Visual Basic  Copy Code

Public Property QRCorrectionLevel As CorrectionLevel

 Property Value

A member of the CorrectionLevel enumeration. The default value is M.

 See Also