Class PatchCodeParameters

Class PatchCodeParameters

ja nimityö: Aspose.BarCode.Generation Kokoelma: Aspose.BarCode.dll (25.4.0)

PatchCoden parametrit

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

Inheritance

object PatchCodeParameters

Perintöjäsenet

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

Properties

ExtraBarcodeText

Määrittää kooditekstin lisäkodille, kun PatchCode luodaan sivutilassa.

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

Omistuksen arvo

string

PatchFormat

PatchCode -muoto.Valitse PatchOn vain tuottaa yksi PatchCode.Käytä sivun muoto tuottaa Patch-sivun kanssa PatchCodes kuin rajat.Oletusarvo: PatchFormat.PatchOnly

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

Omistuksen arvo

PatchFormat

Methods

ToString()

Palauttaa tämän Aspose.BarCode.Generation.PatchCodeParametrit.

public override string ToString()

Returns

string

Se on sarja, joka edustaa tätä Aspose.BarCode.Generation.PatchCodeParametrit.

 Suomi