Class SBSDKUI2CroppingScreenConfiguration  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - DocumentSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKUI2CroppingScreenConfiguration : SBSDKUI2Node
   
  
    - Inheritance
 
    - 
      
      
      
SBSDKUI2CroppingScreenConfiguration
     
  
  Constructors
  
  
  SBSDKUI2CroppingScreenConfiguration()
  
  
  
  
  
    public SBSDKUI2CroppingScreenConfiguration()
   
  
  
  SBSDKUI2CroppingScreenConfiguration(NSObjectFlag)
  
  
  
  
  
    protected SBSDKUI2CroppingScreenConfiguration(NSObjectFlag t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  SBSDKUI2CroppingScreenConfiguration(NativeHandle)
  
  
  
  
  
    protected SBSDKUI2CroppingScreenConfiguration(NativeHandle handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  
  
  SBSDKUI2CroppingScreenConfiguration(SBSDKUI2ButtonConfiguration, SBSDKUI2StyledText, SBSDKUI2ButtonConfiguration, SBSDKUI2Color, SBSDKUI2Color, SBSDKUI2Color, SBSDKUI2CroppingBottomBar)
  
  
  
  
  
    public SBSDKUI2CroppingScreenConfiguration(SBSDKUI2ButtonConfiguration topBarBackButton, SBSDKUI2StyledText topBarTitle, SBSDKUI2ButtonConfiguration topBarConfirmButton, SBSDKUI2Color backgroundColor, SBSDKUI2Color croppingHandlerColor, SBSDKUI2Color croppingPolygonColor, SBSDKUI2CroppingBottomBar bottomBar)
   
  Parameters
  
    topBarBackButton SBSDKUI2ButtonConfiguration 
    
    topBarTitle SBSDKUI2StyledText 
    
    topBarConfirmButton SBSDKUI2ButtonConfiguration 
    
    backgroundColor SBSDKUI2Color 
    
    croppingHandlerColor SBSDKUI2Color 
    
    croppingPolygonColor SBSDKUI2Color 
    
    bottomBar SBSDKUI2CroppingBottomBar 
    
  
  Properties
  
  
  BackgroundColor
  
  
  
  
  
    public virtual SBSDKUI2Color BackgroundColor { get; set; }
   
  Property Value
  
    - SBSDKUI2Color
 
    
  
  
  
  BottomBar
  
  
  
  
  
    public virtual SBSDKUI2CroppingBottomBar BottomBar { get; set; }
   
  Property Value
  
    - SBSDKUI2CroppingBottomBar
 
    
  
  
  
  ClassHandle
  
  
  
  
  
    public override NativeHandle ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  CroppingHandlerColor
  
  
  
  
  
    public virtual SBSDKUI2Color CroppingHandlerColor { get; set; }
   
  Property Value
  
    - SBSDKUI2Color
 
    
  
  
  
  CroppingPolygonColor
  
  
  
  
  
    public virtual SBSDKUI2Color CroppingPolygonColor { get; set; }
   
  Property Value
  
    - SBSDKUI2Color
 
    
  
  
  
  Hash
  
  
  
  
  
    public virtual nuint Hash { get; }
   
  Property Value
  
    - nuint
 
    
  
  
  
  
  
  
    public virtual SBSDKUI2ButtonConfiguration TopBarBackButton { get; set; }
   
  Property Value
  
    - SBSDKUI2ButtonConfiguration
 
    
  
  
  
  
  
  
    public virtual SBSDKUI2ButtonConfiguration TopBarConfirmButton { get; set; }
   
  Property Value
  
    - SBSDKUI2ButtonConfiguration
 
    
  
  
  
  TopBarTitle
  
  
  
  
  
    public virtual SBSDKUI2StyledText TopBarTitle { get; set; }
   
  Property Value
  
    - SBSDKUI2StyledText
 
    
  
  Methods
  
  
  FromJsonWithJson(string)
  
  
  
  
  
    public static SBSDKUI2CroppingScreenConfiguration? FromJsonWithJson(string json)
   
  Parameters
  
    json string 
    
  
  Returns
  
    - SBSDKUI2CroppingScreenConfiguration
 
    
  
  
  
  IsEqual(NSObject?)
  
  
  
  
  
    public virtual bool IsEqual(NSObject? @object)
   
  Parameters
  
    object NSObject 
    
  
  Returns
  
    - bool
 
    
  
  
  
  ToJson()
  
  
  
  
  
    public virtual string ToJson()
   
  Returns
  
    - string