Class PatchCodeParameters

Class PatchCodeParameters

名称: Aspose.BarCode.Generation 聚集: Aspose.BarCode.dll (25.4.0)

PatchCode 参数

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

Inheritance

object PatchCodeParameters

继承人

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

Properties

ExtraBarcodeText

指定代码文本为额外的QR条码,当PatchCode在页面模式中产生时。

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

财产价值

string

PatchFormat

PatchCode 格式. 选择 PatchOnly 创建一个 PatchCode. 使用页面格式创建 Patch 页面与 PatchCodes 作为边界。默认值: PatchFormat.PatchOnly

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

财产价值

PatchFormat

Methods

ToString()

返回这个 Aspose.BarCode.Generation.PatchCodeParameters的人可读的序列代表性。

public override string ToString()

Returns

string

列代表此 Aspose.BarCode.Generation.PatchCodeParameters。

 中文