static public method QRCodesUserAPI.AddQRCodeUrlToRepeatingArea

Brief

Adds a QR code with a URL and a specified scale multiplier to the repeating area and returns the RepeatingAreaBuilder.

Declaration
C#
RepeatingAreaBuilder  AddQRCodeUrlToRepeatingArea (this RepeatingAreaBuilder area, string textUrl, int scaleMultiplier = 1)

Parameters
area

The repeating area to add the QR code to.

textUrl

The URL text.

scaleMultiplier

The pixel scaling of the resulting QR code image.

Declared in QRCodesUserAPI

back