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
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
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
DotCodeEncodeMode
Identificeer de DotCode codemodus.De standaardwaarde: Auto
[XmlSerialization(Type = XmlSerializationType.Element)]
public DotCodeEncodeMode DotCodeEncodeMode { get; set; }
Eigendomswaarde
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
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
ECIENcoding
Identificeert ECI-encodering. Gebruikt wanneer DotCodeEncodeMode Auto is.De standaardwaarde: ISO-8859-1
[XmlSerialization(Type = XmlSerializationType.Element)]
public ECIEncodings ECIEncoding { get; set; }
Eigendomswaarde
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
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
Methods
ToString()
Terug een menselijk leesbare stringvertegenwoordiging van deze Aspose.BarCode.Generation.DotCodeParameters.
public override string ToString()
Returns
Een string die deze Aspose.BarCode.Generation.DotCodeParameters vertegenwoordigt.