Table of Contents

Class CroppingActivity.CroppingActivityResult

Namespace
IO.Scanbot.Sdk.Ui_v2.Document
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/document/CroppingActivity$Result", DoNotGenerateAcw = true)]
public sealed class CroppingActivity.CroppingActivityResult : Object, BaseCroppingActivity.IInternalResult, IScanbotActivityResult, BaseCroppingActivity.IAutoCancellableResult, IJavaObject, IJavaPeerable, IDisposable
Inheritance
CroppingActivity.CroppingActivityResult
Implements
Inherited Members

Constructors

CroppingActivityResult(int, CroppingResult, bool, bool, bool)

[Register(".ctor", "(ILio/scanbot/sdk/ui_v2/document/configuration/CroppingResult;ZZZ)V", "")]
public CroppingActivityResult(int resultCode, CroppingResult result, bool isLicenseInvalid, bool sdkIsNotInitialized, bool isAutoCancelledByTimeout)

Parameters

resultCode int
result CroppingResult
isLicenseInvalid bool
sdkIsNotInitialized bool
isAutoCancelledByTimeout bool

Properties

IsAutoCancelledByTimeout

public bool IsAutoCancelledByTimeout { get; }

Property Value

bool

IsLicenseInvalid

public bool IsLicenseInvalid { get; }

Property Value

bool

Result

public Object Result { get; }

Property Value

Object

ResultCode

public int ResultCode { get; }

Property Value

int

ResultOk

public bool ResultOk { get; }

Property Value

bool

SdkIsNotInitialized

public bool SdkIsNotInitialized { get; }

Property Value

bool

Methods

Component1()

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

Returns

int

Component2()

[Register("component2", "()Lio/scanbot/sdk/ui_v2/document/configuration/CroppingResult;", "")]
public CroppingResult Component2()

Returns

CroppingResult

Component3()

[Register("component3", "()Z", "")]
public bool Component3()

Returns

bool

Component4()

[Register("component4", "()Z", "")]
public bool Component4()

Returns

bool

Component5()

[Register("component5", "()Z", "")]
public bool Component5()

Returns

bool

Copy(int, CroppingResult, bool, bool, bool)

[Register("copy", "(ILio/scanbot/sdk/ui_v2/document/configuration/CroppingResult;ZZZ)Lio/scanbot/sdk/ui_v2/document/CroppingActivity$Result;", "")]
public CroppingActivity.CroppingActivityResult Copy(int resultCode, CroppingResult result, bool isLicenseInvalid, bool sdkIsNotInitialized, bool isAutoCancelledByTimeout)

Parameters

resultCode int
result CroppingResult
isLicenseInvalid bool
sdkIsNotInitialized bool
isAutoCancelledByTimeout bool

Returns

CroppingActivity.CroppingActivityResult

GetResult()

public CroppingResult GetResult()

Returns

CroppingResult