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

    Specifies whether the barcode includes mandatory Code 93 Extended check characters. Returns a builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public Code93ExtendedOptionsBuilder WithCalculateChecksum(
        bool calculateChecksum
    )

    Parameters

    Name Type Description
    calculateChecksum Boolean

    true, to include the mandatory Code 93 check characters; otherwise, false.

    Returns

    Type Description
    Code93ExtendedOptionsBuilder

    The current Code93ExtendedOptionsBuilder instance for method chaining.

    See Also