Table of Contents

Class ScanCheckEventArgs

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class ScanCheckEventArgs : EventArgs
Inheritance
ScanCheckEventArgs
Inherited Members

Constructors

ScanCheckEventArgs(SBSDKCheckScanningResult, bool)

public ScanCheckEventArgs(SBSDKCheckScanningResult result, bool isHighRes)

Parameters

result SBSDKCheckScanningResult
isHighRes bool

Properties

IsHighRes

public bool IsHighRes { get; set; }

Property Value

bool

Result

public SBSDKCheckScanningResult Result { get; set; }

Property Value

SBSDKCheckScanningResult