DataBarParameters

DataBarParameters class

Module: aspose_barcode.generation.databar_parameters

Databar parameters.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
strstrNo

Properties

NameTypeDescription
allow_only_gs1_encodingboolIf this flag is set, it allows only GS1 encoding standard for Databar barcode types.
aspect_ratiofloatHeight/Width ratio of 2D BarCode module. Used for DataBar stacked.
columnsintColumns count.
is_2d_composite_componentboolEnables flag of 2D composite component with DataBar barcode.
rowsintRows count.

DataBarParameters Constructor

__init__(self, _java_class)
ParameterTypeDescription
_java_class``

DataBarParameters.str

__str__(self) -> str

Return Type: str

DataBarParameters.allow_only_gs1_encoding

Type: bool

If this flag is set, it allows only GS1 encoding standard for Databar barcode types.

If this flag is set, it allows only GS1 encoding standard for Databar barcode types.

ParameterTypeDescription
valuebool

DataBarParameters.aspect_ratio

Type: float

Height/Width ratio of 2D BarCode module. Used for DataBar stacked.

Height/Width ratio of 2D BarCode module. Used for DataBar stacked.

ParameterTypeDescription
valuefloat

DataBarParameters.columns

Type: int

Columns count.

Columns count.

ParameterTypeDescription
valueint

DataBarParameters.is_2d_composite_component

Type: bool

Enables flag of 2D composite component with DataBar barcode.

Enables flag of 2D composite component with DataBar barcode.

ParameterTypeDescription
valuebool

DataBarParameters.rows

Type: int

Rows count.

Rows count.

ParameterTypeDescription
valueint