CVB.Net 14.0
QR Class Reference

Configuration for QR code reading. More...

Inherits Reader2DWithQuietzoneConfigurationBase.

Public Member Functions

 QR ()
 ctor
 

Static Public Attributes

const byte MinVersionMiniQRLowest = 1
 Lowest possible version for mini QR reading.
 
const byte MaxVersionMiniQRHighest = 4
 Highest possible version for mini QR reading.
 
const byte MinVersionStandardQRLowest = 1
 Lowest possible version for mini QR reading.
 
const byte MaxVersionStandardQRHighest = 40
 Highest possible version for mini QR reading.
 

Properties

int MinVersionMiniQR [get, set]
 Lowest version of Mini QR codes to read. Valid values are in the interval [1...MaxVersionMiniQR].
 
int MaxVersionMiniQR [get, set]
 Highest version of Mini QR codes to read. Valid values are in the interval [MinVersionMiniQR...4].
 
int MinVersionStandardQR [get, set]
 Lowest version of Mini QR codes to read. Valid values are in the interval [1...MaxVersionMiniQR].
 
int MaxVersionStandardQR [get, set]
 Highest version of Standard QR codes to read. Valid values are in the interval [MinVersionStandardQR...4].
 
QRSubType SubTypes [get, set]
 Determine which varieties of QR codes to read.
 
- Properties inherited from Reader2DWithQuietzoneConfigurationBase
OnOffPropertyType CheckQuietzone [get, set]
 When set to true, the reader will check if the quiet zone requirements are violated by the code.
 
- Properties inherited from Reader2DConfigurationBase
OnOffPropertyType Mirrored [get, set]
 When set to true, the reader will expect the code to be mirrored.
 
- Properties inherited from ReaderConfigurationBase
OnOffPropertyType Inverse [get, set]
 Barcode or Matrix code is inverted in the image.
 

Additional Inherited Members

- Protected Member Functions inherited from Base
void SetDirty ()
 Sets the dirty flag.
 

Detailed Description

Configuration for QR code reading.