Interface ICroppingScreen
- Namespace
 - ScanbotSDK.MAUI.Document.RTU.v1
 
- Assembly
 - DocumentSDK.MAUI.dll
 
[Obsolete("The RTU v1 Cropping Screen is deprecated. Please try our new RTU v2 cropping screen and the new document API")]
public interface ICroppingScreen
  Methods
CloseCroppingScreenAsync()
Force closes the ready-to-use Cropping Screen UI.
Task CloseCroppingScreenAsync()
  Returns
LaunchCroppingScreenAsync(IScannedPage, CroppingScreenConfiguration)
Launches the ready-to-use Cropping Screen UI.
Task<CroppingResult> LaunchCroppingScreenAsync(IScannedPage pageToCrop, CroppingScreenConfiguration configuration = null)
  Parameters
pageToCropIScannedPageconfigurationCroppingScreenConfiguration
Returns
- Task<CroppingResult>
 A task returning the cropped page. The result will be null if the user cancels cropping.