Class PatchCodeParameters

Class PatchCodeParameters

Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)

PatchCode parametreleri.

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

Kalıtım

objectPatchCodeParameters

Kalıtılan Üyeler

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

Özellikler

ExtraBarcodeText

PatchCode’un sayfa modunda oluşturulduğunda, ek bir QR barkodu için kod metnini belirtir.

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

Özellik Değeri

string

PatchFormat

PatchCode formatı. Tek bir PatchCode oluşturmak için PatchOnly seçin. PatchCode’ları kenar olarak içeren bir Patch sayfası oluşturmak için sayfa formatını kullanın.
Varsayılan değer: PatchFormat.PatchOnly

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

Özellik Değeri

PatchFormat

Metotlar

ToString()

Bu Aspose.BarCode.Generation.PatchCodeParameters’ın insan tarafından okunabilir bir dize temsilini döndürür.

public override string ToString()

Döndürür

string

Bu Aspose.BarCode.Generation.PatchCodeParameters’ı temsil eden bir dize.

 Türkçe