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
ירושה
חברים מורשים
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; }
ערך המאפיין
PatchFormat
פורמט PatchCode. בחר PatchOnly כדי לייצר PatchCode בודד. השתמש בפורמט עמוד כדי לייצר עמוד Patch עם PatchCodes כגבולות. ערך ברירת מחדל: PatchFormat.PatchOnly
[XmlSerialization(Type = XmlSerializationType.Element)]
public PatchFormat PatchFormat { get; set; }
ערך המאפיין
שיטות
ToString()
מחזיר מייצג מחרוזת קריאה לאדם של Aspose.BarCode.Generation.PatchCodeParameters זה.
public override string ToString()
מחזיר
מחרוזת המייצגת את Aspose.BarCode.Generation.PatchCodeParameters הזה.