Class SupplementParameters

Class SupplementParameters

A név: Aspose.BarCode.Generation Összefoglaló: Aspose.BarCode.dll (25.4.0)

Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.

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

Inheritance

object SupplementParameters

Örökletes tagok

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

Properties

SupplementData

Adatok kiegészítése a BarCode szerint.

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

ingatlan értéke

string

SupplementSpace

Térség a fő BarCode és a kiegészítő BarCode között Aspose.BarCode.Generation.Unit értékben.

[XmlSerialization(Type = XmlSerializationType.Element, Name = "SupplementSpace")]
public Unit SupplementSpace { get; }

ingatlan értéke

Unit

Exceptions

ArgumentException

A paraméter értéke kevesebb, mint 0.

Methods

ToString()

Visszatér egy emberi olvasható sarok képviselete ennek Aspose.BarCode.Generation.SupplementParameters.

public override string ToString()

Returns

string

Egy sor, amely képviseli ezt Aspose.BarCode.Generation.SupplementParaméterek.

 Magyar