Class PatchCodeParameters

Class PatchCodeParameters

اسم الفضاء : Aspose.BarCode.Generation تجميع: Aspose.BarCode.dll (25.4.0)

معلمات PatchCode

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

Inheritance

object PatchCodeParameters

الأعضاء الموروثين

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

Properties

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

Methods

ToString()

يعيد تمثيل السلسلة القابلة للقراءة للإنسان لهذا Aspose.BarCode.Generation.PatchCodeParameters.

public override string ToString()

Returns

string

شريط يمثل هذا Aspose.BarCode.Generation.PatchCodeParameters.

 عربي