Delegate ShouldDetectDocumentFunc
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public delegate bool ShouldDetectDocumentFunc(SBSDKDocumentScannerViewController controller)
Parameters
controller SBSDKDocumentScannerViewController
Returns
- bool
Constructors
ShouldDetectDocumentFunc(object, nint)
public ShouldDetectDocumentFunc(object @object, nint method)
Parameters
object object
method nint
Methods
BeginInvoke(SBSDKDocumentScannerViewController, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(SBSDKDocumentScannerViewController controller, AsyncCallback callback, object @object)
Parameters
controller SBSDKDocumentScannerViewController
callback AsyncCallback
object object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual bool EndInvoke(IAsyncResult result)
Parameters
result IAsyncResult
Returns
- bool
Invoke(SBSDKDocumentScannerViewController)
public virtual bool Invoke(SBSDKDocumentScannerViewController controller)
Parameters
controller SBSDKDocumentScannerViewController
Returns
- bool