QRCodeSettings Constructor |
Constructor
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public QRCodeSettings(
string encoding,
int size,
int version
)
Parameters
- encoding
- Type: SystemString
Encoding, possible options (B - Byte, AN - Alphanumeric, N - Numeric) - size
- Type: SystemInt32
Image size, image is rendered with recommended resolution for the QR code - version
- Type: SystemInt32
QR code version (by default supported 1 to 10), additional data templates may be put into ~/App_Data/CMS_Modules/QRCode/Resources.zip
See Also