Class PatchCodeParameters

Class PatchCodeParameters

Nazwa przestrzeń: Aspose.BarCode.Generation Zgromadzenie: Aspose.BarCode.dll (25.4.0)

parametry PatchCode.

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

Inheritance

object PatchCodeParameters

Dziedziczeni członkowie

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

Properties

ExtraBarcodeText

Określa tekst kodowy dla dodatkowego kodu paska QR, kiedy PatchCode jest generowany w trybie strony.

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

Wartość nieruchomości

string

PatchFormat

Format PatchCode. Wybierz PatchOnly do generowania jednego PatchCode. Użyj formatu strony do generowania strony Patch z PatchCodes jako granice.Wartość domyślna: PatchFormat.PatchOnly

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

Wartość nieruchomości

PatchFormat

Methods

ToString()

Powraca ludzkie czytelne zbiorniki tego Aspose.BarCode.Generation.PatchCodeParameters.

public override string ToString()

Returns

string

Strumień reprezentujący ten Aspose.BarCode.Generation.PatchCodeParametry.

 Polski