Table of Contents

Class Page

Namespace
IO.Scanbot.Sdk.Docprocessing
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/docprocessing/Page", DoNotGenerateAcw = true)]
public sealed class Page : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
Page
Implements
Inherited Members

Properties

A

[Register("a")]
public IFunction1 A { get; set; }

Property Value

IFunction1

C

[Register("c")]
public IFileIOProcessor C { get; set; }

Property Value

IFileIOProcessor

D

[Register("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

[Register("e")]
public IMutableStateFlow E { get; set; }

Property Value

IMutableStateFlow

F

[Register("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

[Register("g")]
public ISharedFlow G { get; set; }

Property Value

ISharedFlow

H

[Register("h")]
public IMutableStateFlow H { get; set; }

Property Value

IMutableStateFlow

I

[Register("i")]
public IFlow I { get; set; }

Property Value

IFlow

J

[Register("j")]
public IMutableStateFlow J { get; set; }

Property Value

IMutableStateFlow

K

[Register("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>)

[Register("apply", "(Lio/scanbot/sdk/core/ImageRotation;Ljava/util/List;Ljava/util/List;)V", "")]
public void Apply(ImageRotation newImageRotation, IList<PointF> newPolygon, IList<ParametricFilter> newFilters)

Parameters

newImageRotation ImageRotation
newPolygon IList<PointF>
newFilters IList<ParametricFilter>

ToJson()

[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()

Returns

string