static public method QRCodesUserAPI.AddQRCodeUrl

Brief

Adds a QR code with a URL with specified scale multiplier, color, and background color, with or without a quiet zone, to the table cell and returns an instance of BarcodeBuilder.

Declaration
C#
BarcodeBuilder  AddQRCodeUrl (this TableCellBuilder cell, string textUrl, int scaleMultiplier, Gehtsoft.PDFFlow.Models.Shared.Color foregroundColor, Gehtsoft.PDFFlow.Models.Shared.Color backgroundColor, bool hasQuietZones = True)

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.

foregroundColor

The QR code color.

backgroundColor

The background color.

hasQuietZones

Defines whether the QR code has a "quiet zone".

Declared in QRCodesUserAPI

back