API Reference
Class
QrPayloadDetectOptions
Options that control payload auto-detection heuristics.
Inheritance
- Object
- QrPayloadDetectOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method QrPayloads.Detect
- Method QR.AsciiAuto
- Method QR.AsciiConsoleAuto
- Method QR.BmpAuto
- Method QR.EncodeAuto
- Method QR.EpsAuto
- Method QR.HtmlAuto
- Method QR.IcoAuto
- Method QR.JpegAuto
- Method QR.PamAuto
- Method QR.PbmAuto
- Method QR.PdfAuto
- Method QR.PgmAuto
- Method QR.PngAuto
- Method QR.PpmAuto
- Method QR.SaveAuto
- Method QR.SvgAuto
- Method QR.SvgzAuto
- Method QR.TgaAuto
- Method QR.WebpAuto
- Method QR.XbmAuto
- Method QR.XpmAuto
- Method QrCode.EncodeAuto
- Method QrCode.RenderAuto
- Method QrEasy.EncodeAuto
- Method QrEasy.RenderAsciiAuto
- Method QrEasy.RenderAsciiConsoleAuto
- Method QrEasy.RenderBmpAuto
- Method QrEasy.RenderEpsAuto
- Method QrEasy.RenderHtmlAuto
- Method QrEasy.RenderIcoAuto
- Method QrEasy.RenderJpegAuto
- Method QrEasy.RenderPamAuto
- Method QrEasy.RenderPbmAuto
- Method QrEasy.RenderPdfAuto
- Method QrEasy.RenderPgmAuto
- Method QrEasy.RenderPngAuto
- Method QrEasy.RenderPpmAuto
- Method QrEasy.RenderSvgAuto
- Method QrEasy.RenderSvgzAuto
- Method QrEasy.RenderTgaAuto
- Method QrEasy.RenderWebpAuto
- Method QrEasy.RenderXbmAuto
- Method QrEasy.RenderXpmAuto
Constructors
public QrPayloadDetectOptions() #Inherited Methods
Properties
public Boolean AllowBareEmail { get; set; } #Allows detecting bare email addresses (e.g. user@example.com).
public Boolean AllowBarePhone { get; set; } #Allows detecting bare phone numbers (e.g. +1 555 123 4567).
public Boolean AllowBareUrl { get; set; } #Allows detecting bare URLs (e.g. example.com).
public Boolean PreferTextWhenAmbiguous { get; set; } #Prefer treating ambiguous inputs with whitespace as plain text.