Back to Devexpress

Code128Generator.AddLeadingZero Property

corelibraries-devexpress-dot-xtraprinting-dot-barcode-dot-code128generator-652b932f.md

latest1.3 KB
Original Source

Code128Generator.AddLeadingZero Property

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

Namespace : DevExpress.XtraPrinting.BarCode

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(false)]
public virtual bool AddLeadingZero { get; set; }
vb
<DefaultValue(False)>
Public Overridable Property AddLeadingZero As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

Code128Generator Class

Code128Generator Members

DevExpress.XtraPrinting.BarCode Namespace