Skip to main content
A newer version of this page is available. .

Code128Generator.AddLeadingZero Property

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

Namespace: DevExpress.XtraPrinting.BarCode

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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