Class PatchCodeParameters
Il nome: Aspose.BarCode.Generation Assemblea: Aspose.BarCode.dll (25.4.0)
Parametri di patchcode.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.PatchCodeParameters")]
public class PatchCodeParameters
Inheritance
I membri ereditari
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
ExtraBarcodeText
Specifica codetext per un codice QR aggiuntivo, quando PatchCode viene generato in modalità pagina.
[XmlSerialization(Type = XmlSerializationType.Element)]
public string ExtraBarcodeText { get; set; }
Valore di proprietà
PatchFormat
Formato PatchCode. Scegli PatchOnly per generare un unico PatchCode. Utilizzare il formato pagina per generare la pagina Patch con PatchCodes come confini.Valore predefinito: PatchFormat.PatchOnly
[XmlSerialization(Type = XmlSerializationType.Element)]
public PatchFormat PatchFormat { get; set; }
Valore di proprietà
Methods
ToString()
Ritorna una rappresentazione di stringhe a lettura umana di questo Aspose.BarCode.Generation.PatchCodeParameters.
public override string ToString()
Returns
Una riga che rappresenta questo Aspose.BarCode.Generation.PatchCodeParameters.