←Select platform

MicroQRBarcodeSymbolModel Enumeration

Summary

Specifies the Micro QR symbol size.

Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
public enum MicroQRBarcodeSymbolModel   
<SerializableAttribute()> 
Public Enum MicroQRBarcodeSymbolModel  
typedef NS_ENUM(NSInteger, LTMicroQRBarcodeSymbolModel) 
public enum MicroQRBarcodeSymbolModel 
[SerializableAttribute()] 
public enum class MicroQRBarcodeSymbolModel   

Members
ValueMemberDescription
0AutoSize

Micro QR Auto size

1MicroQRM1

Micro QR M1

2MicroQRM2L

Micro QR M2 with error correction level L

3MicroQRM2M

Micro QR M2 with error correction level M

4MicroQRM3L

Micro QR M3 with error correction level L

5MicroQRM3M

Micro QR Model 3M with error correction level M

6MicroQRM4L

Micro QR M4 with error correction level L

7MicroQRM4M

Micro QR M4 with error correction level M

8MicroQRM4Q

Micro QR M4 with error correction level Q

Remarks

Used as the type for the MicroQRBarcodeWriteOptions.SymbolModel property to specify the MicroQR barcode's symbol size.

Example

For an example, refer to MicroQRBarcodeWriteOptions.

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode Namespace

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly