Click or drag to resize
IQRCodeGenerator Interface
Interface for QR code generator

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public interface IQRCodeGenerator

The IQRCodeGenerator type exposes the following members.

Methods
  NameDescription
Public methodGenerateQRCode
Generates the QR code as an image using the given parameters
Top
See Also