IQRCodeGeneratorGenerateQRCode Method |
Generates the QR code as an image using the given parameters
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax 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:
ImageSee Also