Aspose.Barcode for PHP via Java Generation and Recognition API docs
CouponParameters Class Reference

Inherits BaseJavaClass.

Public Member Functions

 getSupplementSpace ()
 
 setSupplementSpace (Unit $value)
 
 toString ()
 

Detailed Description

Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.

Member Function Documentation

◆ getSupplementSpace()

getSupplementSpace ( )

Space between main the BarCode and supplement BarCode in Unit value.

Exceptions
IllegalArgumentExceptionThe Space parameter value is less than 0.

◆ setSupplementSpace()

setSupplementSpace ( Unit  $value)

Space between main the BarCode and supplement BarCode in Unit value.

Exceptions
IllegalArgumentExceptionThe Space parameter value is less than 0.

◆ toString()

toString ( )

Returns a human-readable string representation of this CouponParameters.

Returns
A string that represents this CouponParameters.