Table of Contents

Class Saving

Namespace
IO.Scanbot.Sdk.Ui_v2.Document.Screen.Camera
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/document/screen/camera/Saving", DoNotGenerateAcw = true)]
public sealed class Saving : ScanningState, IJavaObject, IJavaPeerable, IDisposable
Inheritance
Saving
Implements
Inherited Members

Constructors

Saving(Bitmap, bool, int, PageImageSource)

[Register(".ctor", "(Landroid/graphics/Bitmap;ZILio/scanbot/page/PageImageSource;)V", "")]
public Saving(Bitmap bitmap, bool analyzeDocumentQualityAfterScan, int imageOrientation, PageImageSource imageSource)

Parameters

bitmap Bitmap
analyzeDocumentQualityAfterScan bool
imageOrientation int
imageSource PageImageSource

Properties

AnalyzeDocumentQualityAfterScan

public bool AnalyzeDocumentQualityAfterScan { get; }

Property Value

bool

Bitmap

public Bitmap Bitmap { get; }

Property Value

Bitmap

ImageOrientation

public int ImageOrientation { get; }

Property Value

int

ImageSource

public PageImageSource ImageSource { get; }

Property Value

PageImageSource

Methods

Component1()

[Register("component1", "()Landroid/graphics/Bitmap;", "")]
public Bitmap Component1()

Returns

Bitmap

Component2()

[Register("component2", "()Z", "")]
public bool Component2()

Returns

bool

Component3()

[Register("component3", "()I", "")]
public int Component3()

Returns

int

Component4()

[Register("component4", "()Lio/scanbot/page/PageImageSource;", "")]
public PageImageSource Component4()

Returns

PageImageSource

Copy(Bitmap, bool, int, PageImageSource)

[Register("copy", "(Landroid/graphics/Bitmap;ZILio/scanbot/page/PageImageSource;)Lio/scanbot/sdk/ui_v2/document/screen/camera/Saving;", "")]
public Saving Copy(Bitmap bitmap, bool analyzeDocumentQualityAfterScan, int imageOrientation, PageImageSource imageSource)

Parameters

bitmap Bitmap
analyzeDocumentQualityAfterScan bool
imageOrientation int
imageSource PageImageSource

Returns

Saving