Skip to main content
All docs
V26.1
  • PDF417OptionsBuilder.WithErrorCorrectionLevel(PDF417ErrorCorrectionLevel) Method

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

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public PDF417OptionsBuilder WithErrorCorrectionLevel(
        PDF417ErrorCorrectionLevel correctionLevel
    )

    Parameters

    Name Type Description
    correctionLevel PDF417ErrorCorrectionLevel

    Indicates the error correction level.

    Returns

    Type Description
    PDF417OptionsBuilder

    The builder object for method chaining.

    See Also