API Reference
Class
RmQrCode
A generated rectangular Micro QR (rMQR) symbol and its metadata.
Inheritance
- Object
- RmQrCode
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
- Method RmQrCodeEncoder.EncodeAlphanumeric
- Method RmQrCodeEncoder.EncodeBytes
- Method RmQrCodeEncoder.EncodeGs1
- Method RmQrCodeEncoder.EncodeKanji
- Method RmQrCodeEncoder.EncodeNumeric
- Method RmQrCodeEncoder.EncodeText
Inherited Methods
Properties
public Int32 Version { get; } #Gets the ISO/IEC 23941 symbol version (1..32).
public String VersionName { get; } #Gets the human-readable version name, such as R11x27.
public QrErrorCorrectionLevel ErrorCorrectionLevel { get; } #Gets the error correction level.
public Boolean IsGs1 { get; } #Gets whether FNC1 in first position identifies a GS1 payload.
public BitMatrix Modules { get; } #Gets the encoded modules without a quiet zone.
public Int32 Width { get; } #Gets the symbol width in modules.
public Int32 Height { get; } #Gets the symbol height in modules.