static public method QRCodesUserAPI.AddQRCodeUrlToCell

Brief

Adds a QR code with a URL with a specified scale multiplier to the table cell and returns the TableCellBuilder.

Declaration
C#
TableCellBuilder  AddQRCodeUrlToCell (this TableCellBuilder cell, string textUrl, int scaleMultiplier = 1)

Parameters
cell

The table cell to add the QR code to.

textUrl

The URL text.

scaleMultiplier

The pixel scaling of the resulting QR code image.

Declared in QRCodesUserAPI

back