Class SBSDKDocumentScannerViewControllerDelegate_Extensions  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - DocumentSDK.NET.iOS.dll
 
   
  
  
  
    public static class SBSDKDocumentScannerViewControllerDelegate_Extensions
   
  
    - Inheritance
 
    - 
      
      
SBSDKDocumentScannerViewControllerDelegate_Extensions
     
  
  
    - Inherited Members
 
    - 
    
    
    
    
    
    
    
  
 
  Methods
  
  
  CaptureAnimationConfiguration(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController)
  
  
  
  
  
    public static SBSDKDocumentAnimationConfiguration? CaptureAnimationConfiguration(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller)
   
  Parameters
  
    This ISBSDKDocumentScannerViewControllerDelegate 
    
    controller SBSDKDocumentScannerViewController 
    
  
  Returns
  
    - SBSDKDocumentAnimationConfiguration
 
    
  
  
  
  
  
  
    public static void ConfigureStatusDetectionLabelForDetectionResult(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller, SBSDKDetectionStatusLabel label, SBSDKDocumentDetectorResult? result)
   
  Parameters
  
    This ISBSDKDocumentScannerViewControllerDelegate 
    
    controller SBSDKDocumentScannerViewController 
    
    label SBSDKDetectionStatusLabel 
    
    result SBSDKDocumentDetectorResult 
    
  
  
  
  DidSampleVideoFrameDetectionResult(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController, UIImage, SBSDKDocumentDetectorResult?)
  
  
  
  
  
    public static void DidSampleVideoFrameDetectionResult(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller, UIImage videoFrameImage, SBSDKDocumentDetectorResult? result)
   
  Parameters
  
    This ISBSDKDocumentScannerViewControllerDelegate 
    
    controller SBSDKDocumentScannerViewController 
    
    videoFrameImage UIImage 
    
    result SBSDKDocumentDetectorResult 
    
  
  
  
  PolygonConfigurationFor(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController, SBSDKDocumentDetectionStatus)
  
  
  
  
  
    public static SBSDKDocumentScannerPolygonConfiguration PolygonConfigurationFor(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller, SBSDKDocumentDetectionStatus status)
   
  Parameters
  
    This ISBSDKDocumentScannerViewControllerDelegate 
    
    controller SBSDKDocumentScannerViewController 
    
    status SBSDKDocumentDetectionStatus 
    
  
  Returns
  
    - SBSDKDocumentScannerPolygonConfiguration
 
    
  
  
  
  ShouldAutoSnapImageWithForDetectionResult(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController, SBSDKDocumentDetectorResult?)
  
  
  
  
  
    public static bool ShouldAutoSnapImageWithForDetectionResult(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller, SBSDKDocumentDetectorResult? result)
   
  Parameters
  
    This ISBSDKDocumentScannerViewControllerDelegate 
    
    controller SBSDKDocumentScannerViewController 
    
    result SBSDKDocumentDetectorResult 
    
  
  Returns
  
    - bool
 
    
  
  
  
  ShouldDetectDocument(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController)
  
  
  
  
  
    public static bool ShouldDetectDocument(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller)
   
  Parameters
  
    This ISBSDKDocumentScannerViewControllerDelegate 
    
    controller SBSDKDocumentScannerViewController 
    
  
  Returns
  
    - bool
 
    
  
  
  
  WillSnapImage(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController)
  
  
  
  
  
    public static void WillSnapImage(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller)
   
  Parameters
  
    This ISBSDKDocumentScannerViewControllerDelegate 
    
    controller SBSDKDocumentScannerViewController 
    
  
  
  
  WithError(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController, NSError?)
  
  
  
  
  
    public static void WithError(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller, NSError? error)
   
  Parameters
  
    This ISBSDKDocumentScannerViewControllerDelegate 
    
    controller SBSDKDocumentScannerViewController 
    
    error NSError