Skip to main content
All docs
V26.1
  • Code128OptionsBuilder.WithAddLeadingZero(Boolean) Method

    Specifies whether to prepend a leading zero when encoding numeric data in Code Set C (CharsetC). Returns a builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public Code128OptionsBuilder WithAddLeadingZero(
        bool addLeadingZero
    )

    Parameters

    Name Type Description
    addLeadingZero Boolean

    true to prepend a leading zero; otherwise, false.

    Returns

    Type Description
    Code128OptionsBuilder

    The current Code128OptionsBuilder instance for method chaining.

    See Also