Table of Contents

Class DocumentScannerOutputSettings

Namespace
IO.Scanbot.Sdk.Ui_v2.Document.Configuration
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/document/configuration/DocumentScannerOutputSettings", DoNotGenerateAcw = true)]
public sealed class DocumentScannerOutputSettings : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
DocumentScannerOutputSettings
Implements
Inherited Members

Constructors

DocumentScannerOutputSettings()

[Register(".ctor", "()V", "")]
public DocumentScannerOutputSettings()

DocumentScannerOutputSettings(JSONObject)

[Register(".ctor", "(Lorg/json/JSONObject;)V", "")]
public DocumentScannerOutputSettings(JSONObject json)

Parameters

json JSONObject

DocumentScannerOutputSettings(IDictionary<string, Object>)

[Register(".ctor", "(Ljava/util/Map;)V", "")]
public DocumentScannerOutputSettings(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

DocumentScannerOutputSettings(int, int, DocumentAnalysisMode, ParametricFilter)

[Register(".ctor", "(IILio/scanbot/sdk/ui_v2/document/configuration/DocumentAnalysisMode;Lio/scanbot/sdk/imagefilters/ParametricFilter;)V", "")]
public DocumentScannerOutputSettings(int pagesScanLimit, int documentImageSizeLimit, DocumentAnalysisMode documentAnalysisMode, ParametricFilter defaultFilter)

Parameters

pagesScanLimit int
documentImageSizeLimit int
documentAnalysisMode DocumentAnalysisMode
defaultFilter ParametricFilter

Properties

Creator

[Register("CREATOR")]
public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

DefaultFilter

public ParametricFilter DefaultFilter { get; set; }

Property Value

ParametricFilter

DocumentAnalysisMode

public DocumentAnalysisMode DocumentAnalysisMode { get; set; }

Property Value

DocumentAnalysisMode

DocumentImageSizeLimit

public int DocumentImageSizeLimit { get; set; }

Property Value

int

PagesScanLimit

public int PagesScanLimit { get; set; }

Property Value

int

Methods

Component1()

[Register("component1", "()I", "")]
public int Component1()

Returns

int

Component2()

[Register("component2", "()I", "")]
public int Component2()

Returns

int

Component3()

[Register("component3", "()Lio/scanbot/sdk/ui_v2/document/configuration/DocumentAnalysisMode;", "")]
public DocumentAnalysisMode Component3()

Returns

DocumentAnalysisMode

Component4()

[Register("component4", "()Lio/scanbot/sdk/imagefilters/ParametricFilter;", "")]
public ParametricFilter Component4()

Returns

ParametricFilter

Copy(int, int, DocumentAnalysisMode, ParametricFilter)

[Register("copy", "(IILio/scanbot/sdk/ui_v2/document/configuration/DocumentAnalysisMode;Lio/scanbot/sdk/imagefilters/ParametricFilter;)Lio/scanbot/sdk/ui_v2/document/configuration/DocumentScannerOutputSettings;", "")]
public DocumentScannerOutputSettings Copy(int pagesScanLimit, int documentImageSizeLimit, DocumentAnalysisMode documentAnalysisMode, ParametricFilter defaultFilter)

Parameters

pagesScanLimit int
documentImageSizeLimit int
documentAnalysisMode DocumentAnalysisMode
defaultFilter ParametricFilter

Returns

DocumentScannerOutputSettings

Default()

[Register("default", "()Lio/scanbot/sdk/ui_v2/document/configuration/DocumentScannerOutputSettings;", "")]
public static DocumentScannerOutputSettings Default()

Returns

DocumentScannerOutputSettings

DescribeContents()

Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.

[Register("describeContents", "()I", "")]
public int DescribeContents()

Returns

int

a bitmask indicating the set of special object types marshaled by this Parcelable object instance.

Remarks

Java documentation for

android.os.Parcelable.describeContents()
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ToJson()

[Register("toJson", "()Lorg/json/JSONObject;", "")]
public JSONObject ToJson()

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

Flatten this object in to a Parcel.

[Register("writeToParcel", "(Landroid/os/Parcel;I)V", "")]
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags

Additional flags about how the object should be written. May be 0 or #PARCELABLE_WRITE_RETURN_VALUE.

Remarks

Java documentation for

android.os.Parcelable.writeToParcel(android.os.Parcel, int)
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.