static public method QRCodesUserAPI.AddQRCodeUrlToSection

Brief

Adds a QR code with a URL with a specified scale multiplier to the section and returns the SectionBuilder.

Declaration
C#
SectionBuilder  AddQRCodeUrlToSection (this SectionBuilder section, string textUrl, int scaleMultiplier = 1)

Parameters
section

The section to add the QR code to.

textUrl

The URL text.

scaleMultiplier

The pixel scaling of the resulting QR code image.

Declared in QRCodesUserAPI

back