Table of Contents

Class CroppingActivity

Namespace
IO.Scanbot.Sdk.Ui_v2.Document
Assembly
DocumentSDK.NET.Droid.dll
public sealed class CroppingActivity : BaseCroppingActivity, ICancelable, IForceCloseCallback, IInitializable, ILicensable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
CroppingActivity
Implements
Inherited Members

Constructors

CroppingActivity()

public CroppingActivity()

Properties

TerminateCondition

protected override ITerminateCondition TerminateCondition { get; }

Property Value

ITerminateCondition

Methods

ExtractResult(int, Intent)

public static CroppingActivity.CroppingActivityResult ExtractResult(int resultCode, Intent data)

Parameters

resultCode int
data Intent

Returns

CroppingActivity.CroppingActivityResult

ForceClose()

public override void ForceClose()

NewIntent(Context, CroppingConfiguration)

[Obsolete("deprecated")]
public static Intent NewIntent(Context context, CroppingConfiguration configuration)

Parameters

context Context
configuration CroppingConfiguration

Returns

Intent