Class GS1CompositeBarParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)
GS1 Composite-Bar-Parameter.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.GS1CompositeBarParameters")]
public class GS1CompositeBarParameters
Vererbung
object ← GS1CompositeBarParameters
Vererbte Mitglieder
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Eigenschaften
IsAllowOnlyGS1Encoding
Wenn dieses Flag gesetzt ist, erlaubt es nur den GS1-Codierungsstandard für den GS1CompositeBar 2D-Komponenten
[XmlSerialization(Type = XmlSerializationType.Element)]
public bool IsAllowOnlyGS1Encoding { get; set; }
Eigenschaftswert
LinearComponentType
Linearer Komponententyp: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked
[XmlSerialization(Type = XmlSerializationType.Element)]
public BaseEncodeType LinearComponentType { get; set; }
Eigenschaftswert
TwoDComponentType
2D-Komponententyp
[XmlSerialization(Type = XmlSerializationType.Element)]
public TwoDComponentType TwoDComponentType { get; set; }
Eigenschaftswert
Methoden
ToString()
Gibt eine menschenlesbare Zeichenfolgenrepräsentation dieser Aspose.BarCode.Generation.DataBarParameters zurück.
public override string ToString()
Gibt zurück
Eine Zeichenfolge, die diese Aspose.BarCode.Generation.DataBarParameters darstellt.