Class GS1CompositeBarParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.2.0)
GS1 Composite bar parameters.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.GS1CompositeBarParameters")]
public class GS1CompositeBarParameters
Inheritance
object ← GS1CompositeBarParameters
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
IsAllowOnlyGS1Encoding
If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component
[XmlSerialization(Type = XmlSerializationType.Element)]
public bool IsAllowOnlyGS1Encoding { get; set; }
Property Value
LinearComponentType
Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked
[XmlSerialization(Type = XmlSerializationType.Element)]
public BaseEncodeType LinearComponentType { get; set; }
Property Value
TwoDComponentType
2D component type
[XmlSerialization(Type = XmlSerializationType.Element)]
public TwoDComponentType TwoDComponentType { get; set; }
Property Value
Methods
ToString()
Returns a human-readable string representation of this Aspose.BarCode.Generation.DataBarParameters.
public override string ToString()
Returns
A string that represents this Aspose.BarCode.Generation.DataBarParameters.