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
DocumentFileImageSource
FileImageSource DocumentFileImageSource { get; }
Property Value
- FileImageSource
DocumentImageSizeLimit
Size DocumentImageSizeLimit { get; set; }
Property Value
- Size
DocumentPreview
ImageSource DocumentPreview { get; }
Property Value
- ImageSource
Filters
ParametricFilter[] Filters { get; }
Property Value
- ParametricFilter[]
Id
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
DetectDocumentAsync()
Task<DocumentDetectionStatus> DetectDocumentAsync()
Returns
- Task<DocumentDetectionStatus>
GetFilteredDocumentPreviewAsync(ParametricFilter)
Task<ImageSource> GetFilteredDocumentPreviewAsync(ParametricFilter filter)
Parameters
filter
ParametricFilter
Returns
- Task<ImageSource>
RemoveAsync()
Returns
- Task
ResizeAsync(int)
Task ResizeAsync(int maxSize)
Parameters
maxSize
int
Returns
- Task
RotateAsync(int)
Task RotateAsync(int rotations)
Parameters
rotations
int
Returns
- Task
SetDocumentAsync(ImageSource)
Task<ImageSource> SetDocumentAsync(ImageSource document)
Parameters
document
ImageSource
Returns
- Task<ImageSource>
SetFilterAsync(ParametricFilter[])
Task<ImageSource> SetFilterAsync(ParametricFilter[] filter)
Parameters
filter
ParametricFilter[]
Returns
- Task<ImageSource>