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

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

DocumentImageRef

public ImageRef DocumentImageRef { get; }

Property Value

ImageRef

DocumentPreviewFileUri

public Uri DocumentPreviewFileUri { get; }

Property Value

Uri

DocumentPreviewImage

public Bitmap DocumentPreviewImage { get; }

Property Value

Bitmap

DocumentPreviewImageRef

public ImageRef DocumentPreviewImageRef { get; }

Property Value

ImageRef

DocumentQuality

public DocumentQuality DocumentQuality { get; set; }

Property Value

DocumentQuality

Filters

public IList<ParametricFilter> Filters { get; set; }

Property Value

IList<ParametricFilter>

FiltersFlow

public IFlow FiltersFlow { get; }

Property Value

IFlow

OriginalFileUri

public Uri OriginalFileUri { get; }

Property Value

Uri

OriginalImage

public Bitmap OriginalImage { get; }

Property Value

Bitmap

OriginalImageRef

public ImageRef OriginalImageRef { get; }

Property Value

ImageRef

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

UnfilteredDocumentImageRef

public ImageRef UnfilteredDocumentImageRef { get; }

Property Value

ImageRef

Uuid

public string Uuid { get; }

Property Value

string

Methods

Apply(ImageRotation, IList<PointF>, IList<ParametricFilter>)

[Register("apply", "(Lio/scanbot/sdk/image/ImageRotation;Ljava/util/List;Ljava/util/List;)Lio/scanbot/common/Result;", "")]
public IResult Apply(ImageRotation newImageRotation, IList<PointF> newPolygon, IList<ParametricFilter> newFilters)

Parameters

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

Returns

IResult

ToJson()

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

Returns

string