Table of Contents

Interface IScannedPage

Namespace
ScanbotSDK.MAUI.Document.Legacy
Assembly
DocumentSDK.MAUI.dll
[Obsolete("This interface and associated Page-based APIs are deprecated. Please use ScannedDocument and ScannedDocument.Page instead.")]
public interface IScannedPage : INotifyPropertyChanged
Inherited Members

Properties

AvailablePreview

ImageSource AvailablePreview { get; }

Property Value

ImageSource

DetectionStatus

DocumentDetectionStatus DetectionStatus { get; }

Property Value

DocumentDetectionStatus

Document

ImageSource Document { get; }

Property Value

ImageSource

DocumentImageSizeLimit

Size DocumentImageSizeLimit { get; set; }

Property Value

Size

DocumentPreview

ImageSource DocumentPreview { get; }

Property Value

ImageSource

Filters

ParametricFilter[] Filters { get; }

Property Value

ParametricFilter[]

Id

string Id { get; }

Property Value

string

Original

ImageSource Original { get; }

Property Value

ImageSource

OriginalPreview

ImageSource OriginalPreview { get; }

Property Value

ImageSource

Polygon

PointF[] Polygon { get; set; }

Property Value

PointF[]

Methods

RemoveAsync()

Task RemoveAsync()

Returns

Task

SetDocumentAsync(ImageSource)

Task<ImageSource> SetDocumentAsync(ImageSource document)

Parameters

document ImageSource

Returns

Task<ImageSource>