Table of Contents

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

string

ErrorMessage

The error message if a problem occurred.

public required string ErrorMessage { get; init; }

Property Value

string

PageUuid

The UUID of the page of the document that was cropped.

public required string PageUuid { get; init; }

Property Value

string