Class GS1CompositeBarParameters

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

bool

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

BaseEncodeType

2Dkomponenttype

2D komponenter

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

Ejendomsværdi

TwoDComponentType

Methods

ToString()

Returnerer en menneskelig læsbar string repræsentation af denne Aspose.BarCode.Generation.DataBarParametrer.

public override string ToString()

Returns

string

En linje, der repræsenterer denne Aspose.BarCode.Generation.DataBarParametrer.

 Dansk