Click or drag to resize
QRCodeGeneratorGenerateQRCode Method
Generates the QR code as an image using the given parameters

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
public Image GenerateQRCode(
	string code,
	QRCodeSettings qrCodeSettings
)

Parameters

code
Type: SystemString
Code to generate by the QR code
qrCodeSettings
Type: CMS.UIControlsQRCodeSettings
QR code settings

Return Value

Type: Image

Implements

IQRCodeGeneratorGenerateQRCode(String, QRCodeSettings)
See Also