Class PngByteQRCodeHelper
Inheritance
PngByteQRCodeHelper
Assembly: Subsembly.Scraper.dll
Syntax
public static class PngByteQRCodeHelper
Methods
GetQRCode(string, ECCLevel, int, bool)
Declaration
public static byte[] GetQRCode(string txt, QRCodeGenerator.ECCLevel eccLevel, int size, bool drawQuietZones = true)
Parameters
Returns
GetQRCode(string, int, byte[], byte[], ECCLevel, bool, bool, EciMode, int, bool)
Declaration
public static byte[] GetQRCode(string plainText, int pixelsPerModule, byte[] darkColorRgba, byte[] lightColorRgba, QRCodeGenerator.ECCLevel eccLevel, bool forceUtf8 = false, bool utf8BOM = false, QRCodeGenerator.EciMode eciMode = EciMode.Default, int requestedVersion = -1, bool drawQuietZones = true)
Parameters
Returns