Skip to main content
All docs
V26.1
  • QRCodeOptionsBuilder.WithErrorCorrectionLevel(QRCodeErrorCorrectionLevel) Method

    Specifies the error correction level. Returns the builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public QRCodeOptionsBuilder WithErrorCorrectionLevel(
        QRCodeErrorCorrectionLevel correctionLevel
    )

    Parameters

    Name Type Description
    correctionLevel QRCodeErrorCorrectionLevel

    Indicates the error correction level.

    Returns

    Type Description
    QRCodeOptionsBuilder

    The builder instance for method chaining.

    See Also