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

    Specifies whether a check character should be calculated and added to the barcode data. Returns the builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public ITF14OptionsBuilder WithCalculateChecksum(
        bool calculateChecksum
    )

    Parameters

    Name Type Description
    calculateChecksum Boolean

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

    Returns

    Type Description
    ITF14OptionsBuilder

    The current ITF14OptionsBuilder instance for method chaining.

    See Also