QrCode Constructors

Overloads

QrCode(Byte[], Single, Single)Initializes a new instance of the QrCode class.
QrCode(Byte[], Single, Single, QrCodeErrorCorrectionLevel)Initializes a new instance of the QrCode class.
QrCode(Byte[], Single, Single, QrCodeErrorCorrectionLevel, QrCodeVersion)Initializes a new instance of the QrCode class.
QrCode(Byte[], Single, Single, Single)Initializes a new instance of the QrCode class.
QrCode(Byte[], Single, Single, Single, QrCodeErrorCorrectionLevel)Initializes a new instance of the QrCode class.
QrCode(Byte[], Single, Single, Single, QrCodeErrorCorrectionLevel, QrCodeVersion)Initializes a new instance of the QrCode class.
QrCode(String, Single, Single)Initializes a new instance of the QrCode class.
QrCode(String, Single, Single, QrCodeEncoding)Initializes a new instance of the QrCode class.
QrCode(String, Single, Single, QrCodeEncoding, QrCodeErrorCorrectionLevel)Initializes a new instance of the QrCode class.
QrCode(String, Single, Single, QrCodeEncoding, QrCodeErrorCorrectionLevel, QrCodeVersion)Initializes a new instance of the QrCode class.
QrCode(String, Single, Single, Single)Initializes a new instance of the QrCode class.
QrCode(String, Single, Single, Single, QrCodeEncoding)Initializes a new instance of the QrCode class.
QrCode(String, Single, Single, Single, QrCodeEncoding, QrCodeErrorCorrectionLevel)Initializes a new instance of the QrCode class.
QrCode(String, Single, Single, Single, QrCodeEncoding, QrCodeErrorCorrectionLevel, QrCodeVersion)Initializes a new instance of the QrCode class.

QrCode(Byte[], Single, Single)

Initializes a new instance of the QrCode class.

public QrCode(Byte[] value, float x, float y)
Public Sub New (value As Byte(), x As Single, y As Single)

Parameters

value
Byte[]

The value of the QR code.

x
Single

The X coordinate of the QR code.

y
Single

The Y coordinate of the QR code.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

QrCode(Byte[], Single, Single, QrCodeErrorCorrectionLevel)

Initializes a new instance of the QrCode class.

public QrCode(Byte[] value, float x, float y, QrCodeErrorCorrectionLevel errorCorrectionLevel)
Public Sub New (value As Byte(), x As Single, y As Single, errorCorrectionLevel As QrCodeErrorCorrectionLevel)

Parameters

value
Byte[]

The value of the QR code.

x
Single

The X coordinate of the QR code.

y
Single

The Y coordinate of the QR code.

errorCorrectionLevel
QrCodeErrorCorrectionLevel

The error correction level of QR code.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

QrCode(Byte[], Single, Single, QrCodeErrorCorrectionLevel, QrCodeVersion)

Initializes a new instance of the QrCode class.

public QrCode(Byte[] value, float x, float y, QrCodeErrorCorrectionLevel errorCorrectionLevel, QrCodeVersion version)
Public Sub New (value As Byte(), x As Single, y As Single, errorCorrectionLevel As QrCodeErrorCorrectionLevel, version As QrCodeVersion)

Parameters

value
Byte[]

The value of the QR code.

x
Single

The X coordinate of the QR code.

y
Single

The Y coordinate 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 full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

QrCode(Byte[], Single, Single, Single)

Initializes a new instance of the QrCode class.

public QrCode(Byte[] value, float x, float y, float xDimension)
Public Sub New (value As Byte(), x As Single, y As Single, xDimension As Single)

Parameters

value
Byte[]

The value of the QR code.

x
Single

The X coordinate of the QR code.

y
Single

The Y coordinate of the QR code.

xDimension
Single

The XDimension of QR code.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

QrCode(Byte[], Single, Single, Single, QrCodeErrorCorrectionLevel)

Initializes a new instance of the QrCode class.

public QrCode(Byte[] value, float x, float y, float xDimension, QrCodeErrorCorrectionLevel errorCorrectionLevel)
Public Sub New (value As Byte(), x As Single, y As Single, xDimension As Single, errorCorrectionLevel As QrCodeErrorCorrectionLevel)

Parameters

value
Byte[]

The value of the QR code.

x
Single

The X coordinate of the QR code.

y
Single

The Y coordinate of the QR code.

xDimension
Single

The XDimension of the QR code.

errorCorrectionLevel
QrCodeErrorCorrectionLevel

The error correction level of QR code.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

QrCode(Byte[], Single, Single, Single, QrCodeErrorCorrectionLevel, QrCodeVersion)

Initializes a new instance of the QrCode class.

public QrCode(Byte[] value, float x, float y, float xDimension, QrCodeErrorCorrectionLevel errorCorrectionLevel, QrCodeVersion version)
Public Sub New (value As Byte(), x As Single, y As Single, xDimension As Single, errorCorrectionLevel As QrCodeErrorCorrectionLevel, version As QrCodeVersion)

Parameters

value
Byte[]

The value of the QR code.

x
Single

The X coordinate of the QR code.

y
Single

The Y coordinate of the QR code.

xDimension
Single

The XDimension 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 full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

QrCode(String, Single, Single)

Initializes a new instance of the QrCode class.

public QrCode(string text, float x, float y)
Public Sub New (text As String, x As Single, y As Single)

Parameters

text
String

The text of the QR code.

x
Single

The X coordinate of the QR code.

y
Single

The Y coordinate of the QR code.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

QrCode(String, Single, Single, QrCodeEncoding)

Initializes a new instance of the QrCode class.

public QrCode(string text, float x, float y, QrCodeEncoding encoding)
Public Sub New (text As String, x As Single, y As Single, encoding As QrCodeEncoding)

Parameters

text
String

The text of the QR code.

x
Single

The X coordinate of the QR code.

y
Single

The Y coordinate of the QR code.

encoding
QrCodeEncoding

The encoding type of QR code.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

QrCode(String, Single, Single, QrCodeEncoding, QrCodeErrorCorrectionLevel)

Initializes a new instance of the QrCode class.

public QrCode(string text, float x, float y, QrCodeEncoding encoding, QrCodeErrorCorrectionLevel errorCorrectionLevel)
Public Sub New (text As String, x As Single, y As Single, encoding As QrCodeEncoding, errorCorrectionLevel As QrCodeErrorCorrectionLevel)

Parameters

text
String

The text of the QR code.

x
Single

The X coordinate of the QR code.

y
Single

The Y coordinate of the QR code.

encoding
QrCodeEncoding

The encoding type of QR code.

errorCorrectionLevel
QrCodeErrorCorrectionLevel

The error correction level of QR code.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

QrCode(String, Single, Single, QrCodeEncoding, QrCodeErrorCorrectionLevel, QrCodeVersion)

Initializes a new instance of the QrCode class.

public QrCode(string text, float x, float y, QrCodeEncoding encoding, QrCodeErrorCorrectionLevel errorCorrectionLevel, QrCodeVersion version)
Public Sub New (text As String, x As Single, y As Single, encoding As QrCodeEncoding, errorCorrectionLevel As QrCodeErrorCorrectionLevel, version As QrCodeVersion)

Parameters

text
String

The text of the QR code.

x
Single

The X coordinate of the QR code.

y
Single

The Y coordinate of the QR code.

encoding
QrCodeEncoding

The encoding type 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 full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

QrCode(String, Single, Single, Single)

Initializes a new instance of the QrCode class.

public QrCode(string text, float x, float y, float xDimension)
Public Sub New (text As String, x As Single, y As Single, xDimension As Single)

Parameters

text
String

The text of the QR code.

x
Single

The X coordinate of the QR code.

y
Single

The Y coordinate of the QR code.

xDimension
Single

The XDimension of QR code.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

QrCode(String, Single, Single, Single, QrCodeEncoding)

Initializes a new instance of the QrCode class.

public QrCode(string text, float x, float y, float xDimension, QrCodeEncoding encoding)
Public Sub New (text As String, x As Single, y As Single, xDimension As Single, encoding As QrCodeEncoding)

Parameters

text
String

The text of the QR code.

x
Single

The X coordinate of the QR code.

y
Single

The Y coordinate of the QR code.

xDimension
Single

The XDimension of QR code.

encoding
QrCodeEncoding

The encoding of QR code.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

QrCode(String, Single, Single, Single, QrCodeEncoding, QrCodeErrorCorrectionLevel)

Initializes a new instance of the QrCode class.

public QrCode(string text, float x, float y, float xDimension, QrCodeEncoding encoding, QrCodeErrorCorrectionLevel errorCorrectionLevel)
Public Sub New (text As String, x As Single, y As Single, xDimension As Single, encoding As QrCodeEncoding, errorCorrectionLevel As QrCodeErrorCorrectionLevel)

Parameters

text
String

The text of the QR code.

x
Single

The X coordinate of the QR code.

y
Single

The Y coordinate of the QR code.

xDimension
Single

The XDimension of QR code.

encoding
QrCodeEncoding

The encoding of QR code.

errorCorrectionLevel
QrCodeErrorCorrectionLevel

The error correction level of QR code.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

QrCode(String, Single, Single, Single, QrCodeEncoding, QrCodeErrorCorrectionLevel, QrCodeVersion)

Initializes a new instance of the QrCode class.

public QrCode(string text, float x, float y, float xDimension, QrCodeEncoding encoding, QrCodeErrorCorrectionLevel errorCorrectionLevel, QrCodeVersion version)
Public Sub New (text As String, x As Single, y As Single, xDimension As Single, encoding As QrCodeEncoding, errorCorrectionLevel As QrCodeErrorCorrectionLevel, version As QrCodeVersion)

Parameters

text
String

The text of the QR code.

x
Single

The X coordinate of the QR code.

y
Single

The Y coordinate of the QR code.

xDimension
Single

The XDimension of 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 full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

QrCode
ceTe.DynamicPDF.PageElements.BarCoding

In this topic