Code128Generator.AddLeadingZero Property
Adds a zero sign prefix to the number that is being encoded.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[TypeConverter(typeof(Code128LeadZeroConverter))]
[XtraSerializableProperty]
public virtual bool AddLeadingZero { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true to add a leading zero to the encoded numbers; otherwise false. |
See Also