Class QrParameters

Class QrParameters

名称: Aspose.BarCode.Generation 聚集: Aspose.BarCode.dll (25.4.0)

QR 参数

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

Inheritance

object QrParameters

继承人

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

Properties

AspectRatio

2D BarCode 模块的高度/宽度比例。

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

财产价值

float

微型QR版

从 M1 到 M4 版本的 MicroQR 代码。默认值为 MicroQRVersion.Auto。

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

财产价值

MicroQRVersion

加密编码

扩展频道解释识别器. 它被用来告诉条码阅读器的详细信息关于用于编码符号中的数据的参考。目前的实施包括所有已知的卡塞特编码。不支持MicroQR。

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

财产价值

ECIEncodings

QrEncodeMode

QR 符号类型是 BarCode 的编码模式。默认值:QREncodeMode.Auto。

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

财产价值

QREncodeMode

QrEncodeType

选择标准 QR 符号的 ForceQR,自动为 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; }

财产价值

QREncodeType

QrErrorLevel

Reed-Solomon 错误修复为 QR、MicroQR 和 RectMicroQR 条码。从低到高: LevelL, LevelM, LevelQ, LevelH. 查看 QRErrorLevel。

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

财产价值

QRErrorLevel

QrVersion

版本的QR代码.从版本1到版本40。默认值是QRVersion.Auto。

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

财产价值

QRVersion

RectMicroQrVersion

版本 RectMicroQR 代码. 从 R7x59 到 R17x139 版本。默认值是 RectMicroQRVersion.Auto。

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

财产价值

RectMicroQRVersion

StructuredAppend

QR 结构化附件参数。结构化附加模式不支持 MicroQR 和 RectMicroQR 条形码。

public QrStructuredAppendParameters StructuredAppend { get; set; }

财产价值

QrStructuredAppendParameters

Methods

ToString()

返回这个 Aspose.BarCode.Generation.QrParameters的人可读的序列代表性。

public override string ToString()

Returns

string

代表此 Aspose.BarCode.Generation.QrParameters 的行列。

 中文