Table of Contents

Class CroppingAppearanceConfiguration

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

Constructors

CroppingAppearanceConfiguration()

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

CroppingAppearanceConfiguration(StatusBarMode, NavigationBarMode, ScanbotColor, ScanbotColor, OrientationLockMode)

[Register(".ctor", "(Lio/scanbot/sdk/ui_v2/common/StatusBarMode;Lio/scanbot/sdk/ui_v2/common/NavigationBarMode;Lio/scanbot/sdk/ui_v2/common/ScanbotColor;Lio/scanbot/sdk/ui_v2/common/ScanbotColor;Lio/scanbot/sdk/ui_v2/common/OrientationLockMode;)V", "")]
public CroppingAppearanceConfiguration(StatusBarMode statusBarMode, NavigationBarMode navigationBarMode, ScanbotColor topBarBackgroundColor, ScanbotColor bottomBarBackgroundColor, OrientationLockMode orientationLockMode)

Parameters

statusBarMode StatusBarMode
navigationBarMode NavigationBarMode
topBarBackgroundColor ScanbotColor
bottomBarBackgroundColor ScanbotColor
orientationLockMode OrientationLockMode

CroppingAppearanceConfiguration(JSONObject)

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

Parameters

json JSONObject

CroppingAppearanceConfiguration(IDictionary<string, Object>)

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

Parameters

source IDictionary<string, Object>

Properties

BottomBarBackgroundColor

public ScanbotColor BottomBarBackgroundColor { get; set; }

Property Value

ScanbotColor

Creator

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

Property Value

IParcelableCreator

NavigationBarMode

public NavigationBarMode NavigationBarMode { get; set; }

Property Value

NavigationBarMode

OrientationLockMode

public OrientationLockMode OrientationLockMode { get; set; }

Property Value

OrientationLockMode

StatusBarMode

public StatusBarMode StatusBarMode { get; set; }

Property Value

StatusBarMode

TopBarBackgroundColor

public ScanbotColor TopBarBackgroundColor { get; set; }

Property Value

ScanbotColor

Methods

Component1()

[Register("component1", "()Lio/scanbot/sdk/ui_v2/common/StatusBarMode;", "")]
public StatusBarMode Component1()

Returns

StatusBarMode

Component2()

[Register("component2", "()Lio/scanbot/sdk/ui_v2/common/NavigationBarMode;", "")]
public NavigationBarMode Component2()

Returns

NavigationBarMode

Component3()

[Register("component3", "()Lio/scanbot/sdk/ui_v2/common/ScanbotColor;", "")]
public ScanbotColor Component3()

Returns

ScanbotColor

Component4()

[Register("component4", "()Lio/scanbot/sdk/ui_v2/common/ScanbotColor;", "")]
public ScanbotColor Component4()

Returns

ScanbotColor

Component5()

[Register("component5", "()Lio/scanbot/sdk/ui_v2/common/OrientationLockMode;", "")]
public OrientationLockMode Component5()

Returns

OrientationLockMode

Copy(StatusBarMode, NavigationBarMode, ScanbotColor, ScanbotColor, OrientationLockMode)

[Register("copy", "(Lio/scanbot/sdk/ui_v2/common/StatusBarMode;Lio/scanbot/sdk/ui_v2/common/NavigationBarMode;Lio/scanbot/sdk/ui_v2/common/ScanbotColor;Lio/scanbot/sdk/ui_v2/common/ScanbotColor;Lio/scanbot/sdk/ui_v2/common/OrientationLockMode;)Lio/scanbot/sdk/ui_v2/document/configuration/CroppingAppearanceConfiguration;", "")]
public CroppingAppearanceConfiguration Copy(StatusBarMode statusBarMode, NavigationBarMode navigationBarMode, ScanbotColor topBarBackgroundColor, ScanbotColor bottomBarBackgroundColor, OrientationLockMode orientationLockMode)

Parameters

statusBarMode StatusBarMode
navigationBarMode NavigationBarMode
topBarBackgroundColor ScanbotColor
bottomBarBackgroundColor ScanbotColor
orientationLockMode OrientationLockMode

Returns

CroppingAppearanceConfiguration

Default()

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

Returns

CroppingAppearanceConfiguration

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.