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

متن کد برای یک بارکد QR اضافی را مشخص می‌کند، زمانی که PatchCode در حالت صفحه تولید می‌شود.

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

مقدار ویژگی

string

PatchFormat

فرمت PatchCode. برای تولید یک PatchCode تکی، PatchOnly را انتخاب کنید. از فرمت صفحه برای تولید صفحه Patch با PatchCode به عنوان حاشیه استفاده کنید. مقدار پیش‌فرض: 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 است.

 فارسی