Class QrParameters

Class QrParameters

Namn på plats: Aspose.BarCode.Generation Sammanfattning: Aspose.BarCode.dll (25.4.0)

och QR parametrar.

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

Inheritance

object QrParameters

Arvsmedlemmar

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

Properties

AspectRatio

Höjd/breddförhållande av 2D BarCode modul.

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

Fastighetsvärde

float

MicroQRversion

Version av MicroQR Code. från version M1 till version M4.Standardvärdet är MicroQRVersion.Auto.

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

Fastighetsvärde

MicroQRVersion

QRECIENkodning

Extended Channel Interpretation Identifiers. Det används för att berätta barkodläsaren detaljerom de referenser som används för att kryptera data i symbolen.Den nuvarande implementeringen består av alla välkända charset-kodningar.Det stöds inte av MicroQR.

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

Fastighetsvärde

ECIEncodings

QrEncodeMode

QR-symbol typ av BarCodes kodningsläge.Standardvärde: QREncodeMode.Auto

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

Fastighetsvärde

QREncodeMode

QrEncodeType

Välj ForceQR för standard QR-symboler, Auto för MicroQR.

[Obsolete("This property is obsolete and will be removed in future releases. It is recommended to use separate MicroQR barcode type.", false)]
[XmlSerialization(Type = XmlSerializationType.Element)]
public QREncodeType QrEncodeType { get; set; }

Fastighetsvärde

QREncodeType

QrErrorLevel

Nivå Reed-Solomon felkorrigering för QR, MicroQR och RectMicroQR rutan.Från låg till hög: LevelL, LevelM, LevelQ, LevelH. Se QRErrorLevel.

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

Fastighetsvärde

QRErrorLevel

QrVersion

Version av QR Code.From Version1 till Version40.Standardvärdet är QRVersion.Auto.

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

Fastighetsvärde

QRVersion

RectMicroQrVersion

Version av RectMicroQR Code. Från version R7x59 till version R17x139.Standardvärdet är RectMicroQRVersion.Auto.

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

Fastighetsvärde

RectMicroQRVersion

StructuredAppend

QR strukturerade tilläggsparametrar.Strukturerad tilläggsläge stöds inte av MicroQR och RectMicroQR-barkoder.

public QrStructuredAppendParameters StructuredAppend { get; set; }

Fastighetsvärde

QrStructuredAppendParameters

Methods

ToString()

Returnerar en mänskligt läsbar strängrepresentation av denna Aspose.BarCode.Generation.QrParameters.

public override string ToString()

Returns

string

En sträng som representerar detta Aspose.BarCode.Generation.QrParametrar.

 Svenska