Table of Contents

Class DocumentScannerActivity.DocumentScannerActivityResult

Namespace
IO.Scanbot.Sdk.UI.View.Camera
Assembly
DocumentSDK.NET.Droid.dll
public sealed class DocumentScannerActivity.DocumentScannerActivityResult : Object, IScanbotActivityResult, IJavaObject, IDisposable, IJavaPeerable
Inheritance
DocumentScannerActivity.DocumentScannerActivityResult
Implements

Constructors

DocumentScannerActivityResult(int, IList<Page>, bool, bool, DocumentScannerSettings)

public DocumentScannerActivityResult(int resultCode, IList<Page> result, bool isLicenseInvalid, bool sdkIsNotInitialized, DocumentScannerActivity.DocumentScannerSettings settings)

Parameters

resultCode int
result IList<Page>
isLicenseInvalid bool
sdkIsNotInitialized bool
settings DocumentScannerActivity.DocumentScannerSettings

Properties

IsLicenseInvalid

public bool IsLicenseInvalid { get; }

Property Value

bool

ResultCode

public int ResultCode { get; }

Property Value

int

ResultOk

public bool ResultOk { get; }

Property Value

bool

SdkIsNotInitialized

public bool SdkIsNotInitialized { get; }

Property Value

bool

Settings

public DocumentScannerActivity.DocumentScannerSettings Settings { get; }

Property Value

DocumentScannerActivity.DocumentScannerSettings

Methods

Component1()

public int Component1()

Returns

int

Component2()

public IList<Page> Component2()

Returns

IList<Page>

Component3()

public bool Component3()

Returns

bool

Component4()

public bool Component4()

Returns

bool

Component5()

public DocumentScannerActivity.DocumentScannerSettings Component5()

Returns

DocumentScannerActivity.DocumentScannerSettings

Copy(int, IList<Page>, bool, bool, DocumentScannerSettings)

public DocumentScannerActivity.DocumentScannerActivityResult Copy(int resultCode, IList<Page> result, bool isLicenseInvalid, bool sdkIsNotInitialized, DocumentScannerActivity.DocumentScannerSettings settings)

Parameters

resultCode int
result IList<Page>
isLicenseInvalid bool
sdkIsNotInitialized bool
settings DocumentScannerActivity.DocumentScannerSettings

Returns

DocumentScannerActivity.DocumentScannerActivityResult