Table of Contents

Class CroppingConfiguration

Namespace
IO.Scanbot.Sdk.UI.View.Edit.Configuration
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/edit/configuration/CroppingConfiguration", DoNotGenerateAcw = true)]
public sealed class CroppingConfiguration : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
CroppingConfiguration
Implements
Inherited Members

Constructors

CroppingConfiguration(Page)

[Register(".ctor", "(Lio/scanbot/sdk/persistence/Page;)V", "")]
public CroppingConfiguration(Page page)

Parameters

page Page

Properties

NativeParams

public CroppingNativeConfiguration NativeParams { get; }

Property Value

CroppingNativeConfiguration

Page

public Page Page { get; }

Property Value

Page

Params

public CroppingJsonConfiguration Params { get; }

Property Value

CroppingJsonConfiguration

Methods

SetAccessibilityConfiguration(CroppingAccessibilityConfiguration)

[Register("setAccessibilityConfiguration", "(Lio/scanbot/sdk/ui/view/edit/configuration/CroppingAccessibilityConfiguration;)V", "")]
public void SetAccessibilityConfiguration(CroppingAccessibilityConfiguration accessibilityConfiguration)

Parameters

accessibilityConfiguration CroppingAccessibilityConfiguration

SetAnchorPointColor(int)

[Register("setAnchorPointColor", "(I)V", "")]
public void SetAnchorPointColor(int color)

Parameters

color int

SetBackgroundColor(int)

[Register("setBackgroundColor", "(I)V", "")]
public void SetBackgroundColor(int color)

Parameters

color int

SetBottomBarBackgroundColor(int)

[Register("setBottomBarBackgroundColor", "(I)V", "")]
public void SetBottomBarBackgroundColor(int color)

Parameters

color int

SetBottomBarButtonsColor(int)

[Register("setBottomBarButtonsColor", "(I)V", "")]
public void SetBottomBarButtonsColor(int color)

Parameters

color int

SetCancelButtonTitle(string)

[Register("setCancelButtonTitle", "(Ljava/lang/String;)V", "")]
public void SetCancelButtonTitle(string text)

Parameters

text string

SetDetectButtonTitle(string)

[Register("setDetectButtonTitle", "(Ljava/lang/String;)V", "")]
public void SetDetectButtonTitle(string text)

Parameters

text string

SetDetectResetButtonHidden(bool)

[Register("setDetectResetButtonHidden", "(Z)V", "")]
public void SetDetectResetButtonHidden(bool detectResetButtonHidden)

Parameters

detectResetButtonHidden bool

SetDoneButtonTitle(string)

[Register("setDoneButtonTitle", "(Ljava/lang/String;)V", "")]
public void SetDoneButtonTitle(string text)

Parameters

text string

SetHintTitle(string)

[Register("setHintTitle", "(Ljava/lang/String;)V", "")]
public void SetHintTitle(string text)

Parameters

text string

SetHintTitleColor(int)

[Register("setHintTitleColor", "(I)V", "")]
public void SetHintTitleColor(int color)

Parameters

color int

SetOrientationLockMode(OrientationMode)

[Register("setOrientationLockMode", "(Lio/scanbot/sdk/ui/view/base/configuration/OrientationMode;)V", "")]
public void SetOrientationLockMode(OrientationMode orientationMode)

Parameters

orientationMode OrientationMode

SetPolygonColor(int)

[Register("setPolygonColor", "(I)V", "")]
public void SetPolygonColor(int color)

Parameters

color int

SetPolygonColorMagnetic(int)

[Register("setPolygonColorMagnetic", "(I)V", "")]
public void SetPolygonColorMagnetic(int color)

Parameters

color int

SetPolygonLineWidth(int)

[Register("setPolygonLineWidth", "(I)V", "")]
public void SetPolygonLineWidth(int width)

Parameters

width int

SetResetButtonTitle(string)

[Register("setResetButtonTitle", "(Ljava/lang/String;)V", "")]
public void SetResetButtonTitle(string text)

Parameters

text string

SetRotateButtonHidden(bool)

[Register("setRotateButtonHidden", "(Z)V", "")]
public void SetRotateButtonHidden(bool rotateButtonHidden)

Parameters

rotateButtonHidden bool

SetRotateButtonTitle(string)

[Register("setRotateButtonTitle", "(Ljava/lang/String;)V", "")]
public void SetRotateButtonTitle(string text)

Parameters

text string

SetSwapTopBottomButtons(bool)

[Register("setSwapTopBottomButtons", "(Z)V", "")]
public void SetSwapTopBottomButtons(bool swap)

Parameters

swap bool

SetTopBarBackgroundColor(int)

[Register("setTopBarBackgroundColor", "(I)V", "")]
public void SetTopBarBackgroundColor(int color)

Parameters

color int

SetTopBarButtonsColor(int)

[Register("setTopBarButtonsColor", "(I)V", "")]
public void SetTopBarButtonsColor(int color)

Parameters

color int

SetUseButtonsAllCaps(bool)

[Register("setUseButtonsAllCaps", "(Z)V", "")]
public void SetUseButtonsAllCaps(bool allCaps)

Parameters

allCaps bool