GS1CompositeBarParameters

GS1CompositeBarParameters class

GS1 Composite bar parameters.

public class GS1CompositeBarParameters : joint.BaseJavaClass

Constructors

NameDescription
GS1CompositeBarParameters(object)Initializes a new instance of the GS1CompositeBarParameters class.

Methods

NameDescription
getLinearComponentTypeLinear component type.
getTwoDComponentType2D component type.
init
isAllowOnlyGS1EncodingIf this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component.
setAllowOnlyGS1Encoding(object)If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component.
setLinearComponentType(object)Linear component type.
setTwoDComponentType(object)2D component type.
toStringReturns a human-readable string representation of this DataBarParameters.

See Also