Class Page
- Namespace
- IO.Scanbot.Sdk.Docprocessing
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class Page : Object
- Inheritance
-
Page
Properties
A
public IFunction1 A { get; set; }
Property Value
- IFunction1
C
public IFileIOProcessor C { get; set; }
Property Value
- IFileIOProcessor
D
public PageFileStorage D { get; set; }
Property Value
- PageFileStorage
DocumentDetectionStatus
public DocumentDetectionStatus DocumentDetectionStatus { get; set; }
Property Value
- DocumentDetectionStatus
DocumentFileUri
public Uri DocumentFileUri { get; }
Property Value
- Uri
DocumentImage
public Bitmap DocumentImage { get; }
Property Value
- Bitmap
DocumentPreviewFileUri
public Uri DocumentPreviewFileUri { get; }
Property Value
- Uri
DocumentPreviewImage
public Bitmap DocumentPreviewImage { get; }
Property Value
- Bitmap
DocumentQuality
public DocumentQuality DocumentQuality { get; set; }
Property Value
- DocumentQuality
E
public IMutableStateFlow E { get; set; }
Property Value
- IMutableStateFlow
F
public IMutableSharedFlow F { get; set; }
Property Value
- IMutableSharedFlow
Filters
public IList<ParametricFilter> Filters { get; set; }
Property Value
- IList<ParametricFilter>
FiltersFlow
public IFlow FiltersFlow { get; }
Property Value
- IFlow
G
public ISharedFlow G { get; set; }
Property Value
- ISharedFlow
H
public IMutableStateFlow H { get; set; }
Property Value
- IMutableStateFlow
I
public IFlow I { get; set; }
Property Value
- IFlow
J
public IMutableStateFlow J { get; set; }
Property Value
- IMutableStateFlow
K
public IFlow K { get; set; }
Property Value
- IFlow
OriginalFileUri
public Uri OriginalFileUri { get; }
Property Value
- Uri
OriginalImage
public Bitmap OriginalImage { get; }
Property Value
- Bitmap
Polygon
public IList<PointF> Polygon { get; set; }
Property Value
- IList<PointF>
PolygonFlow
public IFlow PolygonFlow { get; }
Property Value
- IFlow
Rotation
public ImageRotation Rotation { get; set; }
Property Value
- ImageRotation
RotationFlow
public ISharedFlow RotationFlow { get; }
Property Value
- ISharedFlow
Source
public PageImageSource Source { get; set; }
Property Value
- PageImageSource
UnfilteredDocumentFileUri
public Uri UnfilteredDocumentFileUri { get; }
Property Value
- Uri
UnfilteredDocumentImage
public Bitmap UnfilteredDocumentImage { get; }
Property Value
- Bitmap
Uuid
public string Uuid { get; }
Property Value
- string
Methods
Apply(ImageRotation, IList<PointF>, IList<ParametricFilter>)
public void Apply(ImageRotation newImageRotation, IList<PointF> newPolygon, IList<ParametricFilter> newFilters)
Parameters
newImageRotation
ImageRotation
newPolygon
IList<PointF>
newFilters
IList<ParametricFilter>
ToJson()
Returns
- string