Skip to main content

Code128Generator.AddLeadingZero Property

Adds a zero sign prefix to the number that is being encoded.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

[DefaultValue(false)]
public virtual bool AddLeadingZero { get; set; }

#Property Value

Type Default Description
Boolean false

true to add a leading zero to the encoded numbers; otherwise false.

See Also