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.AsciiConsoleAuto
- Method QR.EncodeAuto
- Method QR.SaveAuto
- Method QrCode.EncodeAuto
- Method QrCode.RenderAuto
- Method QrEasy.EncodeAuto
- Method QrEasy.RenderAsciiConsoleAuto
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.