Skip to main content
All docs
V26.1
  • Code128Options.AddLeadingZero Property

    Specifies whether to prepend a leading zero when encoding numeric data in Code Set C (CharsetC).

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public virtual bool AddLeadingZero { get; set; }

    Property Value

    Type Description
    Boolean

    true to prepend a leading zero; otherwise, false.

    See Also