Table of Contents

Class DocumentPolygonConfiguration

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

Constructors

DocumentPolygonConfiguration()

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

DocumentPolygonConfiguration(UserGuidanceVisibility, PolygonStyle, PolygonStyle, PolygonStyle)

[Register(".ctor", "(Lio/scanbot/sdk/ui_v2/document/configuration/UserGuidanceVisibility;Lio/scanbot/sdk/ui_v2/common/PolygonStyle;Lio/scanbot/sdk/ui_v2/common/PolygonStyle;Lio/scanbot/sdk/ui_v2/common/PolygonStyle;)V", "")]
public DocumentPolygonConfiguration(UserGuidanceVisibility visibility, PolygonStyle documentOk, PolygonStyle documentNotOk, PolygonStyle autoSnapProgress)

Parameters

visibility UserGuidanceVisibility
documentOk PolygonStyle
documentNotOk PolygonStyle
autoSnapProgress PolygonStyle

DocumentPolygonConfiguration(JSONObject)

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

Parameters

json JSONObject

DocumentPolygonConfiguration(IDictionary<string, Object>)

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

Parameters

source IDictionary<string, Object>

Properties

AutoSnapProgress

public PolygonStyle AutoSnapProgress { get; set; }

Property Value

PolygonStyle

Creator

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

Property Value

IParcelableCreator

DocumentNotOk

public PolygonStyle DocumentNotOk { get; set; }

Property Value

PolygonStyle

DocumentOk

public PolygonStyle DocumentOk { get; set; }

Property Value

PolygonStyle

Visibility

public UserGuidanceVisibility Visibility { get; set; }

Property Value

UserGuidanceVisibility

Methods

Component1()

[Register("component1", "()Lio/scanbot/sdk/ui_v2/document/configuration/UserGuidanceVisibility;", "")]
public UserGuidanceVisibility Component1()

Returns

UserGuidanceVisibility

Component2()

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

Returns

PolygonStyle

Component3()

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

Returns

PolygonStyle

Component4()

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

Returns

PolygonStyle

Copy(UserGuidanceVisibility, PolygonStyle, PolygonStyle, PolygonStyle)

[Register("copy", "(Lio/scanbot/sdk/ui_v2/document/configuration/UserGuidanceVisibility;Lio/scanbot/sdk/ui_v2/common/PolygonStyle;Lio/scanbot/sdk/ui_v2/common/PolygonStyle;Lio/scanbot/sdk/ui_v2/common/PolygonStyle;)Lio/scanbot/sdk/ui_v2/document/configuration/DocumentPolygonConfiguration;", "")]
public DocumentPolygonConfiguration Copy(UserGuidanceVisibility visibility, PolygonStyle documentOk, PolygonStyle documentNotOk, PolygonStyle autoSnapProgress)

Parameters

visibility UserGuidanceVisibility
documentOk PolygonStyle
documentNotOk PolygonStyle
autoSnapProgress PolygonStyle

Returns

DocumentPolygonConfiguration

Default()

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

Returns

DocumentPolygonConfiguration

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.