Aspose::BarCode::Generation::DataBarParameters class
Contents
[
Hide
]DataBarParameters class
Databar parameters.
class DataBarParameters : public System::Object
Methods
| Method | Description |
|---|---|
| get_AspectRatio() | Height/Width ratio of 2D BarCode module. Used for DataBar stacked. |
| get_Columns() const | Columns count. |
| get_Is2DCompositeComponent() const | Enables flag of 2D composite component with DataBar barcode. |
| get_IsAllowOnlyGS1Encoding() const | If this flag is set, it allows only GS1 encoding standard for Databar barcode types. |
| get_Rows() const | Rows count. |
| set_AspectRatio(float) | Height/Width ratio of 2D BarCode module. Used for DataBar stacked. |
| set_Columns(int32_t) | Columns count. |
| set_Is2DCompositeComponent(bool) | Enables flag of 2D composite component with DataBar barcode. |
| set_IsAllowOnlyGS1Encoding(bool) | If this flag is set, it allows only GS1 encoding standard for Databar barcode types. |
| set_Rows(int32_t) | Rows count. |
| ToString() const override | Returns a human-readable string representation of this DataBarParameters. |
See Also
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++