SupplementParameters

SupplementParameters class

Module: aspose_barcode.generation.supplement_parameters

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

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
strstrNoReturns a human-readable string representation of this SupplementParameters.
supplement_spaceOptional[Unit]NoSpace between the main BarCode and supplement BarCode in Unit value.

Properties

NameTypeDescription
supplement_datastrSupplement data following BarCode.

SupplementParameters Constructor

__init__(self, _java_class)
ParameterTypeDescription
_java_class``

SupplementParameters.str

__str__(self) -> str

Returns a human-readable string representation of this SupplementParameters.

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

SupplementParameters.supplement_space

supplement_space(self) -> Optional[Unit]

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

Return Type: Optional[Unit]

SupplementParameters.supplement_data

Type: str

Supplement data following BarCode.

Supplement data following BarCode.

ParameterTypeDescription
valuestr