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
resultSBSDKCheckScanningResultisHighResbool
Properties
IsHighRes
public bool IsHighRes { get; set; }
Property Value
Result
public SBSDKCheckScanningResult Result { get; set; }