Class CouponParameters
Class CouponParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.2.0)
Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.CouponParameters")]
public class CouponParameters
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
SupplementSpace
Space between main the BarCode and supplement BarCode in Aspose.BarCode.Generation.Unit value.
[XmlSerialization(Type = XmlSerializationType.Element, Name = "SupplementSpace")]
public Unit SupplementSpace { get; }
Property Value
Exceptions
The Space parameter value is less than 0.
Methods
ToString()
Returns a human-readable string representation of this Aspose.BarCode.Generation.CouponParameters.
public override string ToString()
Returns
A string that represents this Aspose.BarCode.Generation.CouponParameters.