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