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()
Task CloseCroppingScreenAsync()
Returns
LaunchCroppingScreenAsync(IScannedPage, CroppingScreenConfiguration)
Task<CroppingResult> LaunchCroppingScreenAsync(IScannedPage pageToCrop, CroppingScreenConfiguration configuration = null)
Parameters
pageToCrop
IScannedPageconfiguration
CroppingScreenConfiguration