Class DataBarParameters
DataBarParameters class
Databar parameters.
public class DataBarParameters
Properties
| Name | Description |
|---|
| AspectRatio { get; set; } | Height/Width ratio of 2D BarCode module. Used for DataBar stacked. |
| Columns { get; set; } | Columns count. |
| Is2DCompositeComponent { get; set; } | Enables flag of 2D composite component with DataBar barcode |
| IsAllowOnlyGS1Encoding { get; set; } | If this flag is set, it allows only GS1 encoding standard for Databar barcode types |
| Rows { get; set; } | Rows count. |
Methods
| Name | Description |
|---|
| override ToString() | Returns a human-readable string representation of this DataBarParameters. |
See Also