Enum QRErrorLevel

Enum QRErrorLevel

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

从低到高: LevelL, LevelM, LevelQ, LevelH。

public enum QRErrorLevel

Fields

LevelH = 3

错误修复 H 级可以应用到 QR 和 RectMicroQR 条码。允许恢复30%的代码文本

LevelL = 0

错误修复 L 级可以通过应用到 QR 和 MicroQR 条码。允许恢复 7% 的代码文本。

LevelM = 1

错误修复 M 级可以应用到 QR 条码、RectMicroQR 条码和 MicroQR 条码,从 M2 到 M4 版本。允许恢复15%的代码文本

LevelQ = 2

错误修复级别 Q 可应用于 QR 条码和 MicroQR 条码与 M4 版本。允许恢复 25% 的代码文本

 中文