Class PatchCodeParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)
Parametri PatchCode.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.PatchCodeParameters")]
public class PatchCodeParameters
Ereditarietà
Membri Ereditati
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Proprietà
ExtraBarcodeText
Specifica il testo del codice per un codice QR extra, quando il PatchCode è generato in modalità pagina.
[XmlSerialization(Type = XmlSerializationType.Element)]
public string ExtraBarcodeText { get; set; }
Valore della Proprietà
PatchFormat
Formato del PatchCode. Scegli PatchOnly per generare un singolo PatchCode. Usa il formato pagina per generare una pagina Patch con PatchCodes come bordi. Valore predefinito: PatchFormat.PatchOnly
[XmlSerialization(Type = XmlSerializationType.Element)]
public PatchFormat PatchFormat { get; set; }
Valore della Proprietà
Metodi
ToString()
Restituisce una rappresentazione stringa leggibile da un essere umano di questo Aspose.BarCode.Generation.PatchCodeParameters.
public override string ToString()
Restituisce
Una stringa che rappresenta questo Aspose.BarCode.Generation.PatchCodeParameters.