Search
BarcodeNodeExtensions.QRCorrectionLevel(T) Method
See Also
 





Sets the correction level of QR barcodes.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T QRCorrectionLevel<T> (
    T barcodeNode,
    CorrectionLevel value
) where T : BarcodeNode

Visual Basic  Copy Code

Public Shared Function QRCorrectionLevel(Of T As BarcodeNode) ( _
    barcodeNode As T, _
    value As CorrectionLevel _
) As T

 Parameters

barcodeNode

value

 Return Value

 See Also