Click or drag to resize
QRCodeGenerator Class
QR Code generator
Inheritance Hierarchy
SystemObject
  CMS.HelpersQRCodeGenerator

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public class QRCodeGenerator : IQRCodeGenerator

The QRCodeGenerator type exposes the following members.

Constructors
  NameDescription
Public methodQRCodeGenerator
Top
Methods
  NameDescription
Public methodGenerateQRCode
Generates the QR code as an image using the given parameters
Public methodStatic memberGetEncoding
Gets the encoding settings from the given parameter
Public methodStatic memberGetErrorCorrection
Gets the error correction settings from the given parameter
Top
See Also