Class SupplementParameters
Class SupplementParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)
补充参数。用于 Interleaved2of5、Standard2of5、EAN13、EAN8、UPCA、UPCE、ISBN、ISSN、ISMN。
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.SupplementParameters")]
public class SupplementParameters
继承
继承成员
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
属性
SupplementData
条形码后的补充数据。
[XmlSerialization(Type = XmlSerializationType.Element)]
public string SupplementData { get; set; }
属性值
SupplementSpace
Aspose.BarCode.Generation.Unit 值中主条形码与补充条形码之间的间距。
[XmlSerialization(Type = XmlSerializationType.Element, Name = "SupplementSpace")]
public Unit SupplementSpace { get; }
属性值
异常
Space 参数值小于 0。
方法
ToString()
返回此 Aspose.BarCode.Generation.SupplementParameters 的可读字符串表示。
public override string ToString()
返回
表示此 Aspose.BarCode.Generation.SupplementParameters 的字符串。