Skip to main content
All docs
V26.1
  • Code39OptionsBuilder.WithCalculateChecksum(Boolean) Method

    Specifies whether to calculate and add a check character to barcode data. Returns a builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public Code39OptionsBuilder WithCalculateChecksum(
        bool calculateChecksum
    )

    Parameters

    Name Type Description
    calculateChecksum Boolean

    true to calculate and add a check character; otherwise, false.

    Returns

    Type Description
    Code39OptionsBuilder

    The current Code39OptionsBuilder instance for method chaining.

    See Also