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

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

Parameters

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

Return Value

Type: Image
See Also