Gets the URL for the given QR code
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- code
- Type: System String
Code to generate by the QR code
- size
- Type: System Int32
Image size, image is rendered with recommended resolution for the QR code
- encoding
- Type: System String
Encoding, possible options (B - Byte, AN - Alphanumeric, N - Numeric)
- version
- Type: System Int32
QR code version (by default supported 1 to 10), additional data templates may be put into ~/App_Data/CMS_Modules/QRCode/Resources.zip
- correction
- Type: System String
Correction type, possible options (L, M, Q, H)
- maxSideSize
- Type: System Int32
Maximum size of the code in pixels, the code will be resized if larger than this size
- fgColor
- Type: System String
Foreground color
- bgColor
- Type: System String
Background color
Return Value
Type: StringSee Also