Aspose::BarCode::Generation::GS1CompositeBarParameters class
Contents
[
Hide
]GS1CompositeBarParameters class
GS1 Composite bar parameters.
class GS1CompositeBarParameters : public System::Object
Methods
Method | Description |
---|---|
get_IsAllowOnlyGS1Encoding() const | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component. |
get_LinearComponentType() const | Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked. |
get_TwoDComponentType() const | 2D component type |
set_IsAllowOnlyGS1Encoding(bool) | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component. |
set_LinearComponentType(System::SharedPtr<BaseEncodeType>) | Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked. |
set_TwoDComponentType(Aspose::BarCode::Generation::TwoDComponentType) | 2D component type |
ToString() const override | Returns a human-readable string representation of this DataBarParameters. |
See Also
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++