API Reference
Class
MicroQrCode
A generated Micro QR code (modules + metadata).
Inheritance
- Object
- MicroQrCode
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
Constructors
public MicroQrCode(Int32 version, QrErrorCorrectionLevel errorCorrectionLevel, Int32 mask, BitMatrix modules) #Creates a new MicroQrCode.
Parameters
- version System.Int32
- errorCorrectionLevel CodeGlyphX.QrErrorCorrectionLevel
- mask System.Int32
- modules CodeGlyphX.BitMatrix
Inherited Methods
Properties
public QrErrorCorrectionLevel ErrorCorrectionLevel { get; } #Gets the error correction level used for encoding.
public BitMatrix Modules { get; } #Gets the Micro QR modules (dark = true, light = false), without quiet zone.
public Int32 Size { get; } #Gets the module matrix size (width/height), i.e. Version * 2 + 9.