Class CroppingResult
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the cropping result.
public class CroppingResult
- Inheritance
-
CroppingResult
- Inherited Members
Properties
DocumentUuid
The UUID of the document that was cropped.
public required string DocumentUuid { get; init; }
Property Value
ErrorMessage
The error message if a problem occurred.
public required string ErrorMessage { get; init; }
Property Value
PageUuid
The UUID of the page of the document that was cropped.
public required string PageUuid { get; init; }