QrCodeTypes

QrCodeTypes class

QRCode 类型容器.

public static class QrCodeTypes

特性

姓名 描述
static AllTypes { get; } 所有 QRCode 类型。

方法

姓名 描述
static Parse(string) 返回带有 pasringType 名称的 QRCode 类型。如果 QRCode 的名称未知 - 异常将是 throw
static TryParse(string) 返回带有 pasringType 名称的 QRCode 类型。 如果 QRCode 的名称未知 - 不会抛出异常,但方法将返回空值。

字段

姓名 描述
static readonly Aztec Aztec QR 码类型对象。
static readonly DataMatrix DataMatrix QR 码类型对象。
static readonly GS1DataMatrix GS1 DataMatrix QR 码类型对象。
static readonly GS1QR GS1 QR 码类型对象。
static readonly HIBCLICAztec HIBC LIC Aztec QR 代码类型对象。
static readonly HIBCLICDataMatrix HIBC LIC 数据矩阵 QR 码类型对象。
static readonly HIBCLICQR HIBC LIC QR 码类型对象。
static readonly QR QR QR-Code 类型对象.

也可以看看