Skip to main content
All docs
V26.1
  • MicroQRCodeOptionsBuilder.WithErrorCorrectionLevel(MicroQRCodeErrorCorrectionLevel) 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 MicroQRCodeOptionsBuilder WithErrorCorrectionLevel(
        MicroQRCodeErrorCorrectionLevel errorCorrectionLevel
    )

    Parameters

    Name Type Description
    errorCorrectionLevel MicroQRCodeErrorCorrectionLevel

    Indicates the error correction level.

    Returns

    Type Description
    MicroQRCodeOptionsBuilder

    The current MicroQRCodeOptionsBuilder instance for method chaining.

    See Also