static public method QRCodesUserAPI.AddQRCodeUrlToParagraph

Brief

Adds a QR code with a URL with a specified scale multiplier to the paragraph and returns the ParagraphBuilder.

Declaration
C#
ParagraphBuilder  AddQRCodeUrlToParagraph (this ParagraphBuilder paragraph, string textUrl, int scaleMultiplier = 1)

Parameters
paragraph

The paragraph to add the QR code to.

textUrl

The URL text.

scaleMultiplier

The pixel scaling of the resulting QR code image.

Declared in QRCodesUserAPI

back