Class GS1CompositeBarParameters

Class GS1CompositeBarParameters

Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)

GS1 Bileşik barkod parametreleri.

[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.GS1CompositeBarParameters")]
public class GS1CompositeBarParameters

Miras

objectGS1CompositeBarParameters

Miras Alınan Üyeler

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Özellikler

IsAllowOnlyGS1Encoding

Bu bayrak ayarlandığında, GS1CompositeBar 2D Bileşeni için yalnızca GS1 kodlama standardına izin verir.

[XmlSerialization(Type = XmlSerializationType.Element)]
public bool IsAllowOnlyGS1Encoding { get; set; }

Özellik Değeri

bool

LinearComponentType

Doğrusal bileşen türü: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked

[XmlSerialization(Type = XmlSerializationType.Element)]
public BaseEncodeType LinearComponentType { get; set; }

Özellik Değeri

BaseEncodeType

TwoDComponentType

2D bileşen türü

[XmlSerialization(Type = XmlSerializationType.Element)]
public TwoDComponentType TwoDComponentType { get; set; }

Özellik Değeri

TwoDComponentType

Yöntemler

ToString()

Bu Aspose.BarCode.Generation.DataBarParameters’ın insan tarafından okunabilir bir dize temsilini döndürür.

public override string ToString()

Döndürür

string

Bu Aspose.BarCode.Generation.DataBarParameters’ı temsil eden bir dize.

 Türkçe