Class GS1CompositeBarParameters
Navne til: Aspose.BarCode.Generation Sammensætning: Aspose.BarCode.dll (25.4.0)
GS1 Composite bar parametre.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.GS1CompositeBarParameters")]
public class GS1CompositeBarParameters
Inheritance
object ← GS1CompositeBarParameters
De arvede medlemmer
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
IsallowOnlyGS1Kodning
Hvis denne flag er indstillet, tillader den kun GS1 kodning standard for GS1CompositeBar 2D Component
[XmlSerialization(Type = XmlSerializationType.Element)]
public bool IsAllowOnlyGS1Encoding { get; set; }
Ejendomsværdi
LinearComponentType
Lineær komponent type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked
[XmlSerialization(Type = XmlSerializationType.Element)]
public BaseEncodeType LinearComponentType { get; set; }
Ejendomsværdi
2Dkomponenttype
2D komponenter
[XmlSerialization(Type = XmlSerializationType.Element)]
public TwoDComponentType TwoDComponentType { get; set; }
Ejendomsværdi
Methods
ToString()
Returnerer en menneskelig læsbar string repræsentation af denne Aspose.BarCode.Generation.DataBarParametrer.
public override string ToString()
Returns
En linje, der repræsenterer denne Aspose.BarCode.Generation.DataBarParametrer.