Skip to content

PDFQrBarcodeErrorCorrectionLevel

Namespace: O2S.Components.PDF4NET.Graphics

Error correction levels defined by QR barcode specification.

public enum PDFQrBarcodeErrorCorrectionLevel

Inheritance ObjectValueTypeEnumPDFQrBarcodeErrorCorrectionLevel
Implements

Fields

Name Value Description
L 0 L error correction level.
M 1 M error correction level.
Q 2 Q error correction level.
H 3 H error correction level.