Class PatchCodeParameters

Class PatchCodeParameters

İsim alanı : Aspose.BarCode.Generation Toplama: Aspose.BarCode.dll (25.4.0)

PatchCode parametreleri

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

Inheritance

object PatchCodeParameters

mirasçı üyeleri

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

Properties

ExtraBarcodeText

Ekstra bir QR çubuk kodu için kod metni belirler, PatchCode sayfa modunda oluşturulduğunda.

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

Mülkiyet Değer

string

PatchFormat

PatchCode biçimi. PatchCodes’i tek bir PatchCode oluşturmak için seçin. PatchCodes’i sınır olarak oluşturmak için sayfa biçimini kullanın.Varsayılan değer: PatchFormat.PatchOnly

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

Mülkiyet Değer

PatchFormat

Methods

ToString()

Bu Aspose.BarCode.Generation.PatchCodeParameters’ın insan okunabilir bir çerçeve temsilini geri getirir.

public override string ToString()

Returns

string

Bu Aspose.BarCode.Generation.PatchCodeParametreleri temsil eden bir çubuk.

 Türkçe