CouponParameters

CouponParameters class

Module: aspose_barcode.generation.coupon_parameters

Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
strstrNoReturns a human-readable string representation of this CouponParameters.

Properties

NameTypeDescription
supplement_spaceOptional[Unit]Space between the main BarCode and supplement BarCode in Unit value. Raises: IllegalArgumentException: if the Space parameter value is less than 0.

CouponParameters Constructor

__init__(self, _java_class)
ParameterTypeDescription
_java_class``

CouponParameters.str

__str__(self) -> str

Returns a human-readable string representation of this CouponParameters.

Return Type: str — A string that represents this CouponParameters.

CouponParameters.supplement_space

Type: Optional[Unit]

Space between the main BarCode and supplement BarCode in Unit value. Raises: IllegalArgumentException: if the Space parameter value is less than 0.

Space between the main BarCode and supplement BarCode in Unit value. Raises: IllegalArgumentException: if the Space parameter value is less than 0.

ParameterTypeDescription
valueUnit