Table of contents
Swift
Objective-C

QRCodeDetails

QRCodeDetails represents detailed information specific to a QR Code.

Definition

Namespace: Dynamsoft.BarcodeReader.Maui

Assembly: Dynamsoft.BarcodeReader.Maui

class QRCodeDetails

Properties

Property Type Description
Rows int The number of rows in the QR Code.
Columns int The number of columns in the QR Code.
ErrorCorrectionLevel EnumQRCodeErrorCorrectionLevel The error correction level of the QR Code.
Version int The version of the QR Code.
Model int The number of models of the QR Code.
Mode int The first data encoding mode of the QR Code.
Page int The position of the particular symbol in the structured append format of the QR Code.
TotalPage int The total number of symbols to be concatenated int the structured append format of the QR Code.
ParityData int The Parity Data of the QR Code.
DataMaskPattern int Gets the data mask pattern reference for QR Code symbols.
Codewords byte[]? The codewords of the QR Code.

Rows

The number of rows in the QR Code.

int Rows { get; }

Columns

The number of columns in the QR Code.

int Columns { get; }

ErrorCorrectionLevel

The error correction level of the QR Code as a QRCodeErrorCorrectionLevel enumeration item.

EnumQRCodeErrorCorrectionLevel ErrorCorrectionLevel { get; }

Version

The version of the QR Code.

int Version { get; }

Model

The number of models of the QR Code.

int Model { get; }

Mode

The first data encoding mode used in the QR Code.

int Mode { get; }

Page

The position of the particular symbol in the structured append format of the QR Code.

int Page { get; }

TotalPage

The total number of symbols to be concatenated into the Structured Append format of the QR Code.

int TotalPage { get; }

ParityData

The parity data which is obtained by XORing a byte with the ASCII/JIS values of all the original input data before division into symbol blocks.

byte ParityData { get; }

DataMaskPattern

Gets the data mask pattern reference for QR Code symbols.

int DataMaskPattern { get; }

Codewords

The codewords of the QR Code.

byte[]? Codewords { get; }

This page is compatible for: