Dev Center
Swift
Objective-C
Table of contents

QRCodeDetails

QRCodeDetails class represents detailed information about a QRCode barcode. It inherits from the BarcodeDetails class.

Definition

Assembly: DynamsoftBarcodeReader.aar

Namespace: com.dynamsoft.dbr

class QRCodeDetails extends BarcodeDetails

Methods

Method Description
QRCodeDetails The constructor. Initializes a new instance of the QRCodeDetails class.
getRows Get the row count of the QR Code.
getColumns Get the column count of the QR Code.
getErrorCorrectionLevel Get the error correction level of the QR Code.
getVersion Get the version of the QR Code.
getModel Get the number of models of the QR Code.
getMode Get the first data encoding mode of the QR Code.
getPage Get the position of the particular symbol in the structured append format of the QR Code.
getTotalPage Get the total number of symbols to be concatenated int the structured append format of the QR Code.
getParityData Get the Parity Data of the QR Code.

QRCodeDetails

The constructor. Initializes a new instance of the QRCodeDetails class.

QRCodeDetails()

getRows

Get the row count of the QR Code.

int getRows()

Return Value

The row count of the QR Code.

getColumns

Get the column count of the QR Code.

int getColumns()

Return Value

The column count of the QR Code.

getErrorCorrectionLevel

Get the error correction level of the QR Code.

int getErrorCorrectionLevel()

Return Value

The error correction level of the QR Code.

getVersion

Get the version of the QR Code.

int getVersion()

Return Value

The version of the QR Code.

getModel

Get the number of models of the QR Code.

int getModel()

Return Value

The number of models of the QR Code.

getMode

Get the first data encoding mode of the QR Code.

int getMode()

Return Value

The first data encoding mode of the QR Code.

getPage

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

int getPage()

Return Value

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

getTotalPage

Get the total number of symbols to be concatenated int the structured append format of the QR Code.

int getTotalPage()

Return Value

The total number of symbols to be concatenated int the structured append format of the QR Code.

getParityData

Get the Parity Data of the QR Code.

byte getParityData()

Return Value

The Parity Data of the QR Code.

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

  • Latest version (10.2.10)
  • Version 10.x
    • Version 10.0.21
    • Version 10.0.20
  • Version 9.x
    • Version 9.6.20
    • Version 9.6.11
    • Version 9.6.10
    • Version 9.6.0
    • Version 9.4.0
    • Version 9.2.13
    • Version 9.2.11
    • Version 9.2.10
    • Version 9.0.2
    • Version 9.0.1
    • Version 9.0.0
  • Version 8.x
    • Version 8.9.3
    • Version 8.9.1
    • Version 8.9.0
    • Version 8.8.0
    • Version 8.6.0
    • Version 8.4.0
    • Version 8.2.1
    • Version 8.2.0
    • Version 8.1.2
    • Version 8.1.0
    • Version 8.0.0
  • Version 7.x
    • Version 7.6.0
    • Version 7.5.0
Change +