Class GS1CompositeBarParameters

Class GS1CompositeBarParameters

İsim alanı : Aspose.BarCode.Generation Toplama: Aspose.BarCode.dll (25.4.0)

GS1 kompozit çubuk parametreleri.

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

Inheritance

object GS1CompositeBarParameters

mirasçı üyeleri

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

Properties

GÜVENLİK1KODİLLİ

Bu bayrak ayarlanırsa, yalnızca GS1CompositeBar 2D bileşeni için GS1 kodlama standartına izin verir.

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

Mülkiyet Değer

bool

LinearComponentType

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

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

Mülkiyet Değer

BaseEncodeType

2DKomponentType

2D bileşen türü

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

Mülkiyet Değer

TwoDComponentType

Methods

ToString()

Bu Aspose.BarCode.Generation.DataBar parametrelerinin insan okunabilir bir çerçeve temsilini geri getirir.

public override string ToString()

Returns

string

Bu Aspose.BarCode.Generation.DataBarParametreleri temsil eden bir çubuk.

 Türkçe