Click or drag to resize
QRCodeSettings Constructor
Constructor

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
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