Interface IQrInput
Defines the interface for QR input types that can be disposed.
Namespace: IronQr
Assembly: IronQr.dll
Syntax
public interface IQrInput : IDisposable
Properties
QrScanMode
Define how IronQR scans and detects QR Codes in an image to read. By default, a ML model will scan the image, and a basic second scan will be run if the ML model finds none.
Declaration
QrScanMode QrScanMode { get; set; }
Property Value
| Type | Description |
|---|---|
| QrScanMode |