SupplementParameters

SupplementParameters class

Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.

public class SupplementParameters : joint.BaseJavaClass

Constructors

NameDescription
SupplementParameters(object)Initializes a new instance of the SupplementParameters class.

Methods

NameDescription
getSupplementDataSupplement data following BarCode.
getSupplementSpaceSpace between main the BarCode and supplement BarCode in Unit value.
init
setSupplementData(object)Supplement data following BarCode.
toStringReturns a human-readable string representation of this SupplementParameters.

Fields

NameDescription
_space

See Also