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

継承

objectPatchCodeParameters

継承されたメンバー

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; }

プロパティ値

string

PatchFormat

PatchCodeの形式。単一のPatchCodeを生成するにはPatchOnlyを選択します。PatchCodesを境界として持つPatchページを生成するにはページ形式を使用します。
デフォルト値: PatchFormat.PatchOnly

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

プロパティ値

PatchFormat

メソッド

ToString()

このAspose.BarCode.Generation.PatchCodeParametersの人間が読みやすい文字列表現を返します。

public override string ToString()

戻り値

string

このAspose.BarCode.Generation.PatchCodeParametersを表す文字列。

 日本語