Class SupplementParameters
Class SupplementParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.2.0)
Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.SupplementParameters")]
public class SupplementParameters
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
SupplementData
Supplement data following BarCode.
[XmlSerialization(Type = XmlSerializationType.Element)]
public string SupplementData { get; set; }
Property Value
SupplementSpace
Space between main the BarCode and supplement BarCode in Aspose.BarCode.Generation.Unit value.
[XmlSerialization(Type = XmlSerializationType.Element, Name = "SupplementSpace")]
public Unit SupplementSpace { get; }
Property Value
Exceptions
The Space parameter value is less than 0.
Methods
ToString()
Returns a human-readable string representation of this Aspose.BarCode.Generation.SupplementParameters.
public override string ToString()
Returns
A string that represents this Aspose.BarCode.Generation.SupplementParameters.