QRCodeGS1OptionsBuilder.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 QRCodeGS1OptionsBuilder WithErrorCorrectionLevel(
QRCodeErrorCorrectionLevel correctionLevel
)
Parameters
| Name | Type | Description |
|---|---|---|
| correctionLevel | QRCodeErrorCorrectionLevel | Indicates the error correction level. |
Returns
| Type | Description |
|---|---|
| QRCodeGS1OptionsBuilder | The builder instance for method chaining. |
See Also