Aspose::BarCode::Generation::DataBarParameters class

DataBarParameters class

Databar parameters.

class DataBarParameters : public System::Object

Methods

MethodDescription
get_AspectRatio()Height/Width ratio of 2D BarCode module. Used for DataBar stacked.
get_Columns() constColumns count.
get_Is2DCompositeComponent() constEnables flag of 2D composite component with DataBar barcode.
get_IsAllowOnlyGS1Encoding() constIf this flag is set, it allows only GS1 encoding standard for Databar barcode types.
get_Rows() constRows 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 overrideReturns a human-readable string representation of this DataBarParameters.

See Also