Class SBSDKUICroppingViewController  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - DocumentSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKUICroppingViewController : SBSDKUIViewController
   
  
    - Inheritance
 
    - 
      
      
      
SBSDKUICroppingViewController
     
  
  
    - Inherited Members
 
    - 
    
    
    
    
    
    
    
    
  
 
  Constructors
  
  
  SBSDKUICroppingViewController()
  
  
  
  
  
    public SBSDKUICroppingViewController()
   
  
  
  SBSDKUICroppingViewController(NSCoder)
  
  
  
  
  
    public SBSDKUICroppingViewController(NSCoder coder)
   
  Parameters
  
    coder NSCoder 
    
  
  
  
  SBSDKUICroppingViewController(NSObjectFlag)
  
  
  
  
  
    protected SBSDKUICroppingViewController(NSObjectFlag t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  SBSDKUICroppingViewController(NativeHandle)
  
  
  
  
  
    protected SBSDKUICroppingViewController(NativeHandle handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  Properties
  
  
  ClassHandle
  
  
  
  
  
    public override NativeHandle ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  Delegate
  
  
  
  
  
    public SBSDKUICroppingViewControllerDelegate? Delegate { get; set; }
   
  Property Value
  
    - SBSDKUICroppingViewControllerDelegate
 
    
  
  
  
  SupportedInterfaceOrientations
  
  
  
  
  
    public virtual UIInterfaceOrientationMask SupportedInterfaceOrientations { get; }
   
  Property Value
  
    - UIInterfaceOrientationMask
 
    
  
  
  
  WeakDelegate
  
  
  
  
  
    public virtual NSObject? WeakDelegate { get; set; }
   
  Property Value
  
    - NSObject
 
    
  
  Methods
  
  
  CreateWithPage(SBSDKDocumentPage, SBSDKUICroppingScreenConfiguration, SBSDKUICroppingViewControllerDelegate?)
  
  
  
  
  
    public static SBSDKUICroppingViewController CreateWithPage(SBSDKDocumentPage page, SBSDKUICroppingScreenConfiguration configuration, SBSDKUICroppingViewControllerDelegate? @delegate)
   
  Parameters
  
    page SBSDKDocumentPage 
    
    configuration SBSDKUICroppingScreenConfiguration 
    
    delegate SBSDKUICroppingViewControllerDelegate 
    
  
  Returns
  
    - SBSDKUICroppingViewController
 
    
  
  
  
  Dispose(bool)
  
  
  
  
  
    protected override void Dispose(bool disposing)
   
  Parameters
  
    disposing bool 
    
  
  
  
  PresentOn(UIViewController, SBSDKDocumentPage, SBSDKUICroppingScreenConfiguration, SBSDKUICroppingViewControllerDelegate?)
  
  
  
  
  
    public static SBSDKUICroppingViewController PresentOn(UIViewController presenter, SBSDKDocumentPage page, SBSDKUICroppingScreenConfiguration configuration, SBSDKUICroppingViewControllerDelegate? @delegate)
   
  Parameters
  
    presenter UIViewController 
    
    page SBSDKDocumentPage 
    
    configuration SBSDKUICroppingScreenConfiguration 
    
    delegate SBSDKUICroppingViewControllerDelegate 
    
  
  Returns
  
    - SBSDKUICroppingViewController
 
    
  
  
  
  ViewDidLoad()
  
  
  
  
  
    public virtual void ViewDidLoad()
   
  Events
  
  DidCancel
  
  
  
  
  
    public event EventHandler DidCancel
   
  Event Type
  
    - EventHandler
 
    
  
  
  DidFinish
  
  
  
  
  
    public event EventHandler<FinishEventArgs> DidFinish
   
  Event Type
  
    - EventHandler<FinishEventArgs>