ITFParameters

ITFParameters class

Module: aspose_barcode.generation.itf_parameters

ITF parameters.

Constructors

NameDescription
init

Methods

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

Properties

NameTypeDescription
border_thicknessOptional[Unit]
border_typeITF14BorderType
itf_border_thicknessOptional[Unit]Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
itf_border_typeITF14BorderTypeBorder type of ITF barcode. Default value: ITF14BorderType.BAR.
quiet_zone_coefintSize of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px then quiet zones will be 20px.

ITFParameters Constructor

__init__(self, _java_class)
ParameterTypeDescription
_java_class``

ITFParameters.str

__str__(self) -> str

Returns a human-readable string representation of this ITFParameters.

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

ITFParameters.border_thickness

Type: Optional[Unit]

ParameterTypeDescription
valueOptional[Unit]

ITFParameters.border_type

Type: ITF14BorderType

ParameterTypeDescription
valueITF14BorderType

ITFParameters.itf_border_thickness

Type: Optional[Unit]

Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.

Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.

ParameterTypeDescription
valueUnit

ITFParameters.itf_border_type

Type: ITF14BorderType

Border type of ITF barcode. Default value: ITF14BorderType.BAR.

Border type of ITF barcode. Default value: ITF14BorderType.BAR.

ParameterTypeDescription
valueITF14BorderType

ITFParameters.quiet_zone_coef

Type: int

Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px then quiet zones will be 20px.

Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px then quiet zones will be 20px.

ParameterTypeDescription
valueint