QRCode Constructors

Overloads

QRCode(Byte[])Initializes a new instance of the QRCode class.
QRCode(Byte[], QRCodeErrorCorrectionLevel)Initializes a new instance of the QRCode class.
QRCode(Byte[], QRCodeErrorCorrectionLevel, QRCodeVersion)Initializes a new instance of the QRCode class.
QRCode(String)Initializes a new instance of the QRCode class.
QRCode(String, QRCodeEncoding)Initializes a new instance of the QRCode class.
QRCode(String, QRCodeEncoding, QRCodeErrorCorrectionLevel)Initializes a new instance of the QRCode class.
QRCode(String, QRCodeEncoding, QRCodeErrorCorrectionLevel, QRCodeVersion)Initializes a new instance of the QRCode class.

QRCode(Byte[])

Initializes a new instance of the QRCode class.

public QRCode(Byte[] data)
Public Sub New (data As Byte())

Parameters

data
Byte[]

The value of the QR code.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

QRCode(Byte[], QRCodeErrorCorrectionLevel)

Initializes a new instance of the QRCode class.

public QRCode(Byte[] data, QRCodeErrorCorrectionLevel errorCorrectionLevel)
Public Sub New (data As Byte(), errorCorrectionLevel As QRCodeErrorCorrectionLevel)

Parameters

data
Byte[]

The value of the QR code.

errorCorrectionLevel
QRCodeErrorCorrectionLevel

The error correction level of QR code.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

QRCode(Byte[], QRCodeErrorCorrectionLevel, QRCodeVersion)

Initializes a new instance of the QRCode class.

public QRCode(Byte[] data, QRCodeErrorCorrectionLevel errorCorrectionLevel, QRCodeVersion version)
Public Sub New (data As Byte(), errorCorrectionLevel As QRCodeErrorCorrectionLevel, version As QRCodeVersion)

Parameters

data
Byte[]

The value of the QR code.

errorCorrectionLevel
QRCodeErrorCorrectionLevel

The error correction level of QR code.

version
QRCodeVersion

The version of QR code.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

QRCode(String)

Initializes a new instance of the QRCode class.

public QRCode(string text)
Public Sub New (text As String)

Parameters

text
String

The text of the QR code.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

QRCode(String, QRCodeEncoding)

Initializes a new instance of the QRCode class.

public QRCode(string text, QRCodeEncoding encoding)
Public Sub New (text As String, encoding As QRCodeEncoding)

Parameters

text
String

The text of the QR code.

encoding
QRCodeEncoding

The encoding of QR code.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

QRCode(String, QRCodeEncoding, QRCodeErrorCorrectionLevel)

Initializes a new instance of the QRCode class.

public QRCode(string text, QRCodeEncoding encoding, QRCodeErrorCorrectionLevel errorCorrectionLevel)
Public Sub New (text As String, encoding As QRCodeEncoding, errorCorrectionLevel As QRCodeErrorCorrectionLevel)

Parameters

text
String

The text of the QR code.

encoding
QRCodeEncoding

The encoding of QR code.

errorCorrectionLevel
QRCodeErrorCorrectionLevel

The error correction level of QR code.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

QRCode(String, QRCodeEncoding, QRCodeErrorCorrectionLevel, QRCodeVersion)

Initializes a new instance of the QRCode class.

public QRCode(string text, QRCodeEncoding encoding, QRCodeErrorCorrectionLevel errorCorrectionLevel, QRCodeVersion version)
Public Sub New (text As String, encoding As QRCodeEncoding, errorCorrectionLevel As QRCodeErrorCorrectionLevel, version As QRCodeVersion)

Parameters

text
String

The text of the QR code.

encoding
QRCodeEncoding

The encoding of QR code.

errorCorrectionLevel
QRCodeErrorCorrectionLevel

The error correction level of QR code.

version
QRCodeVersion

The version of QR code.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

See Also

QRCode
ceTe.DynamicBarcode.Creator

In this topic