Table of Contents

Class JniCheckScanner

Namespace
IO.Scanbot.Check
Assembly
DocumentSDK.NET.Droid.dll
public sealed class JniCheckScanner : SelfDisposable
Inheritance
JniCheckScanner
Inherited Members

Constructors

JniCheckScanner()

public JniCheckScanner()

JniCheckScanner(CheckScannerConfiguration)

public JniCheckScanner(CheckScannerConfiguration configuration)

Parameters

configuration CheckScannerConfiguration

Properties

A

public CheckScannerConfiguration A { get; set; }

Property Value

CheckScannerConfiguration

Methods

Ctor()

public override long Ctor()

Returns

long

Ctor(CheckScannerConfiguration)

public long Ctor(CheckScannerConfiguration configuration)

Parameters

configuration CheckScannerConfiguration

Returns

long

Dtor(long)

public override void Dtor(long nativeImplPtr)

Parameters

nativeImplPtr long

Scan(byte[], int, int, int)

public CheckScanningResult Scan(byte[] nv21, int width, int height, int orientation)

Parameters

nv21 byte[]
width int
height int
orientation int

Returns

CheckScanningResult

ScanFromBgr(byte[], int, int, int)

public CheckScanningResult ScanFromBgr(byte[] bgr, int width, int height, int orientation)

Parameters

bgr byte[]
width int
height int
orientation int

Returns

CheckScanningResult

ScanFromBitmap(Bitmap, int)

public CheckScanningResult ScanFromBitmap(Bitmap image, int orientation)

Parameters

image Bitmap
orientation int

Returns

CheckScanningResult

ScanFromJpeg(byte[], int)

public CheckScanningResult ScanFromJpeg(byte[] jpgImage, int orientation)

Parameters

jpgImage byte[]
orientation int

Returns

CheckScanningResult

ScanInArea(byte[], int, int, int, Rect)

public CheckScanningResult ScanInArea(byte[] nv21, int width, int height, int orientation, Rect finderRect)

Parameters

nv21 byte[]
width int
height int
orientation int
finderRect Rect

Returns

CheckScanningResult