←Select platform

QRBarcodeWriteOptions Constructor

Summary

Initializes a new instance of the QRBarcodeWriteOptions class with default values.

Syntax

C#
VB
Java
Objective-C
C++
Public Function New() 
- (instancetype)init 
public QRBarcodeWriteOptions() 
public: 
QRBarcodeWriteOptions(); 

Remarks

In addition to setting the base class members as specified in BarcodeWriteOptions(), the following members are initialized as follows:

Member Value
HorizontalAlignment

BarcodeAlignment.Near

VerticalAlignment

BarcodeAlignment.Near

GroupNumber

0

GroupTotal

0

XModule

30

ECCLevel

QRBarcodeECCLevel.LevelL

Example

For an example, refer to QRBarcodeWriteOptions.

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