Interface IScannedDocument.IPage
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- DocumentSDK.MAUI.dll
public interface IScannedDocument.IPage
Properties
DocumentDetectionStatus
DocumentDetectionStatus DocumentDetectionStatus { get; }
Property Value
- DocumentDetectionStatus
DocumentImage
ImageRef DocumentImage { get; }
Property Value
- ImageRef
DocumentImagePreview
ImageRef DocumentImagePreview { get; }
Property Value
- ImageRef
DocumentImagePreviewUri
Uri DocumentImagePreviewUri { get; }
Property Value
- Uri
DocumentImageUri
Uri DocumentImageUri { get; }
Property Value
- Uri
DocumentQuality
DocumentQuality DocumentQuality { get; }
Property Value
- DocumentQuality
Filters
ParametricFilter[] Filters { get; set; }
Property Value
- ParametricFilter[]
OriginalImage
ImageRef OriginalImage { get; }
Property Value
- ImageRef
OriginalImageUri
Uri OriginalImageUri { get; }
Property Value
- Uri
Polygon
PointF[] Polygon { get; set; }
Property Value
- PointF[]
UnfilteredDocumentImage
ImageRef UnfilteredDocumentImage { get; }
Property Value
- ImageRef
UnfilteredDocumentImageUri
Uri UnfilteredDocumentImageUri { get; }
Property Value
- Uri
Uuid
Property Value
- string
Methods
ModifyPageAsync(ModifyPageOptions)
Task<Result<IScannedDocument.IPage>> ModifyPageAsync(ModifyPageOptions options = null)
Parameters
options ModifyPageOptions
Returns
- Task<Result<IScannedDocument.IPage>>