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