Aspose::BarCode::Generation::GS1CompositeBarParameters class

GS1CompositeBarParameters class

GS1 Composite bar parameters.

class GS1CompositeBarParameters : public System::Object

Methods

MethodDescription
get_IsAllowOnlyGS1Encoding() constIf this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component.
get_LinearComponentType() constLinear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked.
get_TwoDComponentType() const2D 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 overrideReturns a human-readable string representation of this DataBarParameters.

See Also