GS1CompositeBarParameters
Contents
[
Hide
]GS1CompositeBarParameters class
Module: aspose_barcode.generation.gs1_composite_bar_parameters
GS1 Composite bar parameters.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| str | str | No | Returns a human-readable string representation of this DataBarParameters. |
Properties
| Name | Type | Description |
|---|---|---|
| allow_only_gs1_encoding | bool | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component. |
| linear_component_type | EncodeTypes | Linear component type. |
| two_d_component_type | TwoDComponentType | 2D component type |
GS1CompositeBarParameters Constructor
__init__(self, _java_class)
| Parameter | Type | Description |
|---|---|---|
_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.
| Parameter | Type | Description |
|---|---|---|
value | bool |
GS1CompositeBarParameters.linear_component_type
Type: EncodeTypes
Linear component type.
Linear component type.
| Parameter | Type | Description |
|---|---|---|
value | EncodeTypes |
GS1CompositeBarParameters.two_d_component_type
Type: TwoDComponentType
2D component type
2D component type
| Parameter | Type | Description |
|---|---|---|
value | TwoDComponentType |