Class SupplementParameters

Class SupplementParameters

Der Name: Aspose.BarCode.Generation Zusammensetzung: Aspose.BarCode.dll (25.4.0)

Anwendung für Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.

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

Inheritance

object SupplementParameters

Vererbte Mitglieder

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

Properties

SupplementData

Ergänzungsdaten nach BarCode.

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

Eigentumswert

string

SupplementSpace

Raum zwischen dem Haupt BarCode und Ergänzung BarCode in Aspose.BarCode.Generation.Unit Wert.

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

Eigentumswert

Unit

Exceptions

ArgumentException

Der Parameterwert ist weniger als 0.

Methods

ToString()

Wiederherrscht eine menschlich lesbare String-Repräsentation dieses Aspose.BarCode.Generation.SupplementParameters.

public override string ToString()

Returns

string

Eine Zeile, die diese Aspose.BarCode.Generation.SupplementParameters darstellt.

 Deutsch