Class SupplementParameters

Class SupplementParameters

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

Parametry suplementarne. Używane dla Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.

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

Dziedziczenie

objectSupplementParameters

Dziedziczone członkowie

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

Właściwości

SupplementData

Dane suplementarne następujące po kodzie kreskowym.

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

Wartość właściwości

string

SupplementSpace

Przestrzeń między głównym kodem kreskowym a suplementarnym kodem kreskowym w wartości Aspose.BarCode.Generation.Unit.

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

Wartość właściwości

Unit

Wyjątki

ArgumentException

Wartość parametru Space jest mniejsza niż 0.

Metody

ToString()

Zwraca czytelną dla człowieka reprezentację tekstową tego Aspose.BarCode.Generation.SupplementParameters.

public override string ToString()

Zwraca

string

Ciąg reprezentujący to Aspose.BarCode.Generation.SupplementParameters.

 Polski