You are here: Start » FIL.NET » FIS.ReadSingleQRCode Method
FIS.ReadSingleQRCode Method
Detects and recognizes a single QR code on the input image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ReadSingleQRCode ( FilNet.Image inImage, INullable<FilNet.QRCode> outQRCode )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | outQRCode | FilNet.INullable<FilNet.QRCode> | This parameter cannot be null. |
Function Overrides
- ReadSingleQRCode(Image, INullable<QRCode>, NullableValue<Rectangle2D>)
- ReadSingleQRCode(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Nullable<Single>, Nullable<Single>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, INullable<QRCode>)
- ReadSingleQRCode(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Nullable<Single>, Nullable<Single>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, INullable<QRCode>, Rectangle2D)
- ReadSingleQRCode(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Nullable<Single>, Nullable<Single>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, INullable<QRCode>, NullableValue<Rectangle2D>)