Skip to content

Overload_QRCoder_Core_QRCodeGenerator_GenerateQrCode

Afonso Dutra Nogueira Filho edited this page Mar 28, 2024 · 1 revision

GenerateQrCode Method

Overload List

GenerateQrCode(PayloadGenerator.Payload) Calculates the QR code data which than can be used in one of the rendering classes to generate a graphical representation.
GenerateQrCode(Byte[], QRCodeGenerator.ECCLevel) Calculates the QR code data which than can be used in one of the rendering classes to generate a graphical representation.
GenerateQrCode(PayloadGenerator.Payload, QRCodeGenerator.ECCLevel) Calculates the QR code data which than can be used in one of the rendering classes to generate a graphical representation.
GenerateQrCode(String, QRCodeGenerator.ECCLevel, Boolean, Boolean, QRCodeGenerator.EciMode, Int32) Calculates the QR code data which than can be used in one of the rendering classes to generate a graphical representation.

See Also

Reference

QRCodeGenerator Class
QRCoder.Core Namespace

Clone this wiki locally