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