Class CouponParameters

Class CouponParameters

Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)

Parametry kuponu. Używane dla UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.

[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.CouponParameters")]
public class CouponParameters

Dziedziczenie

objectCouponParameters

Członkowie dziedziczeni

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Właściwości

SupplementSpace

Przestrzeń między głównym kodem kreskowym a dodatkowym kodem kreskowym w wartości Aspose.BarCode.Generation.Unit.

[XmlSerialization(Type = XmlSerializationType.Element, Name = "SupplementSpace")]
public Unit SupplementSpace { get; }

Wartość właściwości

Unit

Wyjątki

ArgumentException

Wartość parametru Space jest mniejsza niż 0.

Metody

ToString()

Zwraca czytelną dla człowieka reprezentację tego Aspose.BarCode.Generation.CouponParameters.

public override string ToString()

Zwraca

string

Ciąg, który reprezentuje ten Aspose.BarCode.Generation.CouponParameters.

 Polski