Class PatchCodeParameters

Class PatchCodeParameters

名称: Aspose.BarCode.Generation 合計: Aspose.BarCode.dll (25.4.0)

パッチコードパラメーター

[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

パッチコード形式. パッチコードを選択して単一のパッチコードを生成します. ページ形式を使用してパッチページをパッチコードとして生成します。デフォルト値: PatchFormat.PatchOnly

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

不動産価値

PatchFormat

Methods

ToString()

この Aspose.BarCode.Generation.PatchCodeパラメーターの人間読みやすいストレージの表現を返します。

public override string ToString()

Returns

string

この Aspose.BarCode.Generation.PatchCodeパラメーターを表すラインです。

 日本語