←Select platform

QRSymbolModel Property

Summary

Gets or sets the QR barcode symbol model and version.

Syntax

C#
VB
WinRT C#
C++
public Leadtools.Barcode.QRBarcodeSymbolModel QRSymbolModel {get; set;} 
Public Property QRSymbolModel As Leadtools.Barcode.QRBarcodeSymbolModel 
public Leadtools.Barcode.QRBarcodeSymbolModel QRSymbolModel {get; set;} 
 <br/>get_QRSymbolModel();<br/>set_QRSymbolModel(value);<br/>Object.defineProperty('QRSymbolModel');  

Property Value

A QRBarcodeSymbolModel enumeration member that specifies the QR barcode symbol model and version. Default value is QRBarcodeSymbolModel.Model2AutoSize.

Remarks

The QRSymbolModel of a QR barcode controls how much data the barcode can hold.

The QR standard specifies 40 different sizes for the QR barcode. The maximum data capacity varies, depending on the size of the barcode and its Error Correction level.

Generally, you should only be concerned with the value of this property when writing barcodes, since LEADTOOLS will automatically find the correct symbol and data size from the barcode itself and populate this property and the data with the correct value. Refer to QR Barcodes in LEADTOOLS for QR barcodes and how QRBarcodeSymbolModel affects the data size.

In addition to the above, the following symbol sizes can be used when writing a QR barcode:

Symbol Model Description
Model 1 Auto size (QRBarcodeSymbolModel.Model1AutoSize)

Use model 1 and the minimum required size based on the data inside the barcode (the data set using BarcodeData.SetData)

Model 2 Auto size (QRBarcodeSymbolModel.Model2AutoSize)

Use model 2 and the minimum required size based on the data inside the barcode (the data set using BarcodeData.SetData)

Use the above special QR barcode symbol sizes when writing a barcode, when reading the QR barcode back, QRSymbolModel will be set to one of the other constant values.

Example

For an example, refer to QRBarcodeData.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly