Click or drag to resize
ImageHelperGetQRCodeUrl Method (String, Int32)
Gets the URL for the given QR code

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetQRCodeUrl(
	string code,
	int size
)

Parameters

code
Type: SystemString
size
Type: SystemInt32

Return Value

Type: String
See Also