DataBarParameters
DataBarParameters class
Module: aspose_barcode.generation.databar_parameters
Databar parameters.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| str | str | No |
Properties
| Name | Type | Description |
|---|---|---|
| allow_only_gs1_encoding | bool | If this flag is set, it allows only GS1 encoding standard for Databar barcode types. |
| aspect_ratio | float | Height/Width ratio of 2D BarCode module. Used for DataBar stacked. |
| columns | int | Columns count. |
| is_2d_composite_component | bool | Enables flag of 2D composite component with DataBar barcode. |
| rows | int | Rows count. |