Class PatchCodeParameters

Class PatchCodeParameters

Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)

Paramètres de PatchCode.

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

Héritage

objectPatchCodeParameters

Membres hérités

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

Propriétés

ExtraBarcodeText

Spécifie le texte du code pour un code QR supplémentaire, lorsque le PatchCode est généré en mode page.

[XmlSerialization(Type = XmlSerializationType.Element)]
public string ExtraBarcodeText { get; set; }

Valeur de la propriété

string

PatchFormat

Format du PatchCode. Choisissez PatchOnly pour générer un seul PatchCode. Utilisez le format page pour générer une page de Patch avec des PatchCodes en tant que bordures.
Valeur par défaut : PatchFormat.PatchOnly

[XmlSerialization(Type = XmlSerializationType.Element)]
public PatchFormat PatchFormat { get; set; }

Valeur de la propriété

PatchFormat

Méthodes

ToString()

Renvoie une représentation sous forme de chaîne lisible par l’homme de cet Aspose.BarCode.Generation.PatchCodeParameters.

public override string ToString()

Renvoie

string

Une chaîne qui représente cet Aspose.BarCode.Generation.PatchCodeParameters.

 Français