Class DotCodeParameters

Class DotCodeParameters

De naam: Aspose.BarCode.Generation Verzameling: Aspose.BarCode.dll (25.4.0)

Parameters van DotCode.

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

Inheritance

object DotCodeParameters

Geëerbiede leden

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

Properties

AspectRatio

Hoogte/grote ratio van de 2D BarCode module.

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

Eigendomswaarde

float

Columns

Identificeert het aantal kolommen. Sum van het aantal rijen plus het aantal kolommen van een DotCode-symbool moet vreemd zijn.De standaardwaarde: -1

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

Eigendomswaarde

int

DotCodeEncodeMode

Identificeer de DotCode codemodus.De standaardwaarde: Auto

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

Eigendomswaarde

DotCodeEncodeMode

DotCodeStructuredAppendModeBarcodeId

Identificeert de ID van de DotCode gestructureerde toevoegingsmodus barcode. ID begint met 1 en moet minder of gelijk zijn aan het aantal barcodes.

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

Eigendomswaarde

int

DotCodeStructuredAppendModeBarcodesCount

Identificeert DotCode gestructureerde toevoegingsmodus barcodes tellen. standaard waarde is -1. tellen moet een waarde zijn van 1 tot 35.

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

Eigendomswaarde

int

ECIENcoding

Identificeert ECI-encodering. Gebruikt wanneer DotCodeEncodeMode Auto is.De standaardwaarde: ISO-8859-1

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

Eigendomswaarde

ECIEncodings

IsReaderInitialization

Het geeft aan of code wordt gebruikt om de lezer te instrueren om de volgende gegevens te interpreteren als instructies voor de initialisering of reprogrammering van de barcode lezer.De standaardwaarde is vals.

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

Eigendomswaarde

bool

Rows

Identificeert het aantal rijen. Sum van het aantal rijen plus het aantal kolommen van een DotCode-symbool moet vreemd zijn.De standaardwaarde: -1

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

Eigendomswaarde

int

Methods

ToString()

Terug een menselijk leesbare stringvertegenwoordiging van deze Aspose.BarCode.Generation.DotCodeParameters.

public override string ToString()

Returns

string

Een string die deze Aspose.BarCode.Generation.DotCodeParameters vertegenwoordigt.

 Nederlands