C#
VB
Java
Objective-C
C++
Initializes a new instance of the QRBarcodeData class with default values.
public QRBarcodeData()
Public Function New()
- (instancetype)init
public QRBarcodeData()
public:
QRBarcodeData();
In addition to setting the base class members as specified in BarcodeData(), the following members are initialized as follows:
Member | Value |
---|---|
Symbology | BarcodeSymbology.QR |
SymbolModel | QRBarcodeSymbolModel.AutoSize |
For an example, refer to QRBarcodeData.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET