Class QrImageInput
Inheritance
System.Object
QrImageInput
Namespace: IronQr
Assembly: IronQr.dll
Syntax
public class QrImageInput : Object, IQrInput, IDisposable
Constructors
QrImageInput(AnyBitmap, QrScanMode)
Declaration
public QrImageInput(AnyBitmap image, QrScanMode qrScanMode)
Parameters
Type | Name | Description |
---|---|---|
IronSoftware.Drawing.AnyBitmap | image | |
QrScanMode | qrScanMode |
Properties
Image
Declaration
public AnyBitmap Image { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.Drawing.AnyBitmap |
QrScanMode
Declaration
public QrScanMode QrScanMode { get; set; }
Property Value
Type | Description |
---|---|
QrScanMode |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable