AutoLayout.AddQrCode

Overloads

AddQrCode(Byte[], [Optional] Single, [Optional] QrCodeErrorCorrectionLevel, [Optional] QrCodeVersion, [Optional] Boolean, Single?)Adds a QrCode to the AutoLayout .
AddQrCode(String, [Optional] Single, [Optional] QrCodeEncoding, [Optional] QrCodeErrorCorrectionLevel, [Optional] QrCodeVersion, [Optional] Boolean, Single?)Adds a QrCode to the AutoLayout .

AddQrCode(Byte[], [Optional] Single, [Optional] QrCodeErrorCorrectionLevel, [Optional] QrCodeVersion, [Optional] Boolean, Single?)

Adds a QrCode to the AutoLayout .

public QrCode AddQrCode(Byte[] value, [float xDimension = 3], [QrCodeErrorCorrectionLevel errorCorrectionLevel = L], [QrCodeVersion version = Auto], [bool newPage = False], [float? topPadding = null])
Function AddQrCode(value As Byte(), Optional xDimension As Single = 3, Optional errorCorrectionLevel As QrCodeErrorCorrectionLevel = L, Optional version As QrCodeVersion = Auto, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As QrCode

Parameters

value
Byte[]

The value of the QR code.

xDimension
Single

The XDimension of QR code. By default it is 3.0f.

errorCorrectionLevel
QrCodeErrorCorrectionLevel

The error correction level of QR code. By default it is L.

version
QrCodeVersion

The version of QR code. By default it is Auto.

newPage
Boolean

Adds the element to the next page if set to true. By default it is false.

topPadding
Single?

Top padding for the element.

Returns

QrCode

Returns a QrCode object.

Licensing Info

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

AddQrCode(String, [Optional] Single, [Optional] QrCodeEncoding, [Optional] QrCodeErrorCorrectionLevel, [Optional] QrCodeVersion, [Optional] Boolean, Single?)

Adds a QrCode to the AutoLayout .

public QrCode AddQrCode(string value, [float xDimension = 3], [QrCodeEncoding encoding = Auto], [QrCodeErrorCorrectionLevel errorCorrectionLevel = L], [QrCodeVersion version = Auto], [bool newPage = False], [float? topPadding = null])
Function AddQrCode(value As String, Optional xDimension As Single = 3, Optional encoding As QrCodeEncoding = Auto, Optional errorCorrectionLevel As QrCodeErrorCorrectionLevel = L, Optional version As QrCodeVersion = Auto, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As QrCode

Parameters

value
String

The text of the QR code.

xDimension
Single

The XDimension of QR code. By default it is 3.0f.

encoding
QrCodeEncoding

The encoding of QR code. By default it is Auto.

errorCorrectionLevel
QrCodeErrorCorrectionLevel

The error correction level of QR code. By default it is L.

version
QrCodeVersion

The version of QR code. By default it is Auto.

newPage
Boolean

Adds the element to the next page if set to true. By default it is false.

topPadding
Single?

Top padding for the element.

Returns

QrCode

Returns a QrCode object.

Licensing Info

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

See Also

QrCode
AutoLayout
ceTe.DynamicPDF.PageElements

In this topic