AztecCodeOptionsBuilder.WithErrorCorrectionLevel(AztecCodeErrorCorrectionLevel) Method
Specifies the Aztec Code error correction level that compensates for damaged or incorrectly scanned barcodes. Returns the builder instance for method chaining.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
public AztecCodeOptionsBuilder WithErrorCorrectionLevel(
AztecCodeErrorCorrectionLevel correctionLevel
)
Parameters
| Name | Type | Description |
|---|---|---|
| correctionLevel | AztecCodeErrorCorrectionLevel | Error correction level. |
Returns
| Type | Description |
|---|---|
| AztecCodeOptionsBuilder | The current AztecCodeOptionsBuilder instance for method chaining. |
See Also