Class PatchCodeParameters

Class PatchCodeParameters

Nom dels espais: Aspose.BarCode.Generation Assemblea: Aspose.BarCode.dll (25.4.0)

Paràmetres de PatchCode.

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

Inheritance

object PatchCodeParameters

Membres heretats

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

Properties

ExtraBarcodeText

Especifica el text de codi per a un codi de barrera QR addicional, quan el PatchCode es genera en el mode de pàgina.

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

Valor de la propietat

string

PatchFormat

Format PatchCode. triar PatchOnze per generar un únic PatchCode. Utilitzar el format de pàgina per generar la pàgina Patch amb PatchCodes com a límits.Valor estàndard: PatchFormat.PatchOnly

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

Valor de la propietat

PatchFormat

Methods

ToString()

Retorna una representació d’arxiu llegible per a l’home d’aquest Aspose.BarCode.Generation.PatchCodeParameters.

public override string ToString()

Returns

string

Una fila que representa aquest Aspose.BarCode.Generation.PatchCodeParameters.

 Català