Class SupplementParameters

Class SupplementParameters

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

Parametri supplementari. Utilizzati per Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.

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

Ereditarietà

objectSupplementParameters

Membri ereditati

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

Proprietà

SupplementData

Dati supplementari che seguono il BarCode.

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

Valore della Proprietà

string

SupplementSpace

Spazio tra il BarCode principale e il BarCode supplementare nel valore Aspose.BarCode.Generation.Unit.

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

Valore della Proprietà

Unit

Eccezioni

ArgumentException

Il valore del parametro Space è inferiore a 0.

Metodi

ToString()

Restituisce una rappresentazione stringa leggibile dall’uomo di questo Aspose.BarCode.Generation.SupplementParameters.

public override string ToString()

Restituisce

string

Una stringa che rappresenta questo Aspose.BarCode.Generation.SupplementParameters.

 Italiano