GS1CompositeBarParameters
Contents
[
Hide
]GS1CompositeBarParameters class
Namespace: Aspose.Barcode.Generation
GS1 Composite bar parameters.
Constructors
| Name | Description |
|---|---|
| __construct |
Methods
| Name | Static | Description |
|---|---|---|
| isAllowOnlyGS1Encoding | No | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component |
| setAllowOnlyGS1Encoding | No | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component |
Properties
| Name | Read/Write | Description |
|---|---|---|
| LinearComponentType | Read/Write | Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked |
| TwoDComponentType | Read/Write | 2D component type |
GS1CompositeBarParameters__construct(GS1CompositeBarParametersDTO $gs1CompositeBarParametersDto)
| Parameter | Type | Description |
|---|---|---|
$gs1CompositeBarParametersDto | GS1CompositeBarParametersDTO |
isAllowOnlyGS1EncodingisAllowOnlyGS1Encoding()
If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component
setAllowOnlyGS1EncodingsetAllowOnlyGS1Encoding(bool $value)
If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component
| Parameter | Type | Description |
|---|---|---|
$value | bool |
LinearComponentType
Access: Read/Write
Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked
Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked
| Parameter | Type | Description |
|---|---|---|
$value | int |
TwoDComponentType
Access: Read/Write
2D component type
2D component type
| Parameter | Type | Description |
|---|---|---|
$value | int |