Interface ICroppingScreen
- Namespace
- ScanbotSDK.MAUI.Cropping
- Assembly
- DocumentSDK.MAUI.dll
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
pageToCrop
IScannedPageconfiguration
CroppingScreenConfiguration
Returns
- Task<CroppingResult>
A task returning the cropped page. The result will be null if the user cancels cropping.