9 lines
98 B
C#
9 lines
98 B
C#
namespace Gma.QrCodeNet.Encoding;
|
|
|
|
public enum ErrorCorrectionLevel
|
|
{
|
|
L,
|
|
M,
|
|
Q,
|
|
H
|
|
} |