API Reference
Class
MicroQrDecoded
Result of decoding a Micro QR code payload.
Inheritance
- Object
- MicroQrDecoded
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property CodeGlyphDecoded.MicroQr
Accepted by parameters
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecodeImage
- Method MicroQrDecoder.TryDecodeImage
Inherited Methods
Properties
public Int32 Version { get; } #Gets the decoded Micro QR version (1..4).
public QrErrorCorrectionLevel ErrorCorrectionLevel { get; } #Gets the decoded error correction level.
public Int32 Mask { get; } #Gets the decoded mask pattern (0..3).
public Byte[] Bytes { get; } #Gets the decoded payload bytes.
public String Text { get; } #Gets the decoded payload interpreted as text.