ITFParameters

ITFParameters class

Namespace: Aspose.Barcode.Generation

ITF parameters.

Constructors

NameDescription
__construct

Properties

NameRead/WriteDescription
BorderThicknessRead/WriteGets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
BorderTypeRead/WriteBorder type of ITF barcode. Default value: ITF14BorderType.Bar.
ItfBorderThicknessRead/WriteGets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
ItfBorderTypeRead/WriteBorder type of ITF barcode. Default value: ITF14BorderType::BAR.
QuietZoneCoefRead/WriteSize of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.

ITFParameters__construct(ITFParametersDTO $itfParametersDto)

ParameterTypeDescription
$itfParametersDtoITFParametersDTO

BorderThickness

Access: Read/Write

Returns: an ITF border (bearer bar) thickness in Unit value.

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
$valueUnitan ITF border (bearer bar) thickness in Unit value.

BorderType

Access: Read/Write

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

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

ParameterTypeDescription
$valueint

ItfBorderThickness

Access: Read/Write

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

ItfBorderType

Access: Read/Write

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

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

ParameterTypeDescription
$valueint

QuietZoneCoef

Access: Read/Write

Returns: int The QuietZoneCoef parameter value is less than 10.

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

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

ParameterTypeDescription
$valueint