Class PatchCodeParameters
Class PatchCodeParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)
PatchCode 参数。
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.PatchCodeParameters")]
public class PatchCodeParameters
继承
继承成员
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
属性
ExtraBarcodeText
指定在页面模式下生成 PatchCode 时额外 QR 条形码的编码文本。
[XmlSerialization(Type = XmlSerializationType.Element)]
public string ExtraBarcodeText { get; set; }
属性值
PatchFormat
PatchCode 格式。选择 PatchOnly 以生成单个 PatchCode。使用页面格式生成带有 PatchCode 作为边框的 Patch 页面。 默认值:PatchFormat.PatchOnly
[XmlSerialization(Type = XmlSerializationType.Element)]
public PatchFormat PatchFormat { get; set; }
属性值
方法
ToString()
返回此 Aspose.BarCode.Generation.PatchCodeParameters 的可读字符串表示。
public override string ToString()
返回
表示此 Aspose.BarCode.Generation.PatchCodeParameters 的字符串。