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. اختر PatchOnly لإنشاء PatchCode واحد. استخدم تنسيق الصفحة لإنشاء صفحة Patch مع PatchCodes كحدود. القيمة الافتراضية: 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.

 عربي