DataBarParameters
Contents
[
Hide
]DataBarParameters class
Namespace: Aspose.Barcode.Generation
Databar parameters.
Constructors
| Name | Description |
|---|---|
| __construct |
Methods
| Name | Static | Description |
|---|---|---|
| is2DCompositeComponent | No | Enables flag of 2D composite component with DataBar barcode |
| isAllowOnlyGS1Encoding | No | If this flag is set, it allows only GS1 encoding standard for Databar barcode types |
| set2DCompositeComponent | No | Enables flag of 2D composite component with DataBar barcode |
| setAllowOnlyGS1Encoding | No | If this flag is set, it allows only GS1 encoding standard for Databar barcode types |
Properties
| Name | Read/Write | Description |
|---|---|---|
| AspectRatio | Read/Write | Height/Width ratio of 2D BarCode module. Used for DataBar stacked. |
| Columns | Read/Write | Columns count. |
| Rows | Read/Write | Rows count. |
DataBarParameters__construct(DataBarParametersDTO $dataBarParametersDto)
| Parameter | Type | Description |
|---|---|---|
$dataBarParametersDto | DataBarParametersDTO |
is2DCompositeComponentis2DCompositeComponent()
Enables flag of 2D composite component with DataBar barcode
isAllowOnlyGS1EncodingisAllowOnlyGS1Encoding()
If this flag is set, it allows only GS1 encoding standard for Databar barcode types
set2DCompositeComponentset2DCompositeComponent(bool $value)
Enables flag of 2D composite component with DataBar barcode
| Parameter | Type | Description |
|---|---|---|
$value | bool |
setAllowOnlyGS1EncodingsetAllowOnlyGS1Encoding(bool $value)
If this flag is set, it allows only GS1 encoding standard for Databar barcode types
| Parameter | Type | Description |
|---|---|---|
$value | bool |
AspectRatio
Access: Read/Write
Height/Width ratio of 2D BarCode module. Used for DataBar stacked.
Height/Width ratio of 2D BarCode module. Used for DataBar stacked.
| Parameter | Type | Description |
|---|---|---|
$value | float |
Columns
Access: Read/Write
Columns count.
Columns count.
| Parameter | Type | Description |
|---|---|---|
$value | int |
Rows
Access: Read/Write
Rows count.
Rows count.
| Parameter | Type | Description |
|---|---|---|
$value | int |