GS1CompositeBarParameters

GS1CompositeBarParameters class

Module: aspose_barcode.generation.gs1_composite_bar_parameters

GS1 Composite bar parameters.

Constructors

NameDescription
init

Methods

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

Properties

NameTypeDescription
allow_only_gs1_encodingboolIf this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component.
linear_component_typeEncodeTypesLinear component type.
two_d_component_typeTwoDComponentType2D component type

GS1CompositeBarParameters Constructor

__init__(self, _java_class)
ParameterTypeDescription
_java_class``

GS1CompositeBarParameters.str

__str__(self) -> str

Returns a human-readable string representation of this DataBarParameters.

Return Type: str — A string that represents this DataBarParameters

GS1CompositeBarParameters.allow_only_gs1_encoding

Type: bool

If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component.

If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component.

ParameterTypeDescription
valuebool

GS1CompositeBarParameters.linear_component_type

Type: EncodeTypes

Linear component type.

Linear component type.

ParameterTypeDescription
valueEncodeTypes

GS1CompositeBarParameters.two_d_component_type

Type: TwoDComponentType

2D component type

2D component type

ParameterTypeDescription
valueTwoDComponentType