static public method QRCodesUserAPI.AddQRCodeToRepeatingArea

Brief

Adds a QR code with specified error correction level, version, and scale multiplier to the repeating area and returns the RepeatingAreaBuilder.

Declaration
C#
RepeatingAreaBuilder  AddQRCodeToRepeatingArea (this RepeatingAreaBuilder area, string data, QRCodeEncodingMethod encoding, QRCodeErrorCorrection levelCorrection, QRCodeVersion version = 0, int scaleMultiplier = 1)

Parameters
area

The repeating area to add the QR code to.

data

The user data for encoding.

encoding

The QR code encoding.

levelCorrection

The level of error correction.

version

The QR code version.

scaleMultiplier

The pixel scaling of the resulting QR code image.

Declared in QRCodesUserAPI

back