Table of Contents

Class DocumentScannerActivity.DocumentScannerActivityResult

Namespace
IO.Scanbot.Sdk.Ui_v2.Document
Assembly
DocumentSDK.NET.Droid.dll
public sealed class DocumentScannerActivity.DocumentScannerActivityResult : Object, BaseDocumentScannerActivity.IInternalResult, IScanbotActivityResult, BaseDocumentScannerActivity.IAutoCancellableResult, IJavaObject, IDisposable, IJavaPeerable
Inheritance
DocumentScannerActivity.DocumentScannerActivityResult
Implements

Constructors

DocumentScannerActivityResult(int, Document, bool, bool, bool)

public DocumentScannerActivityResult(int resultCode, Document result, bool isLicenseInvalid, bool sdkIsNotInitialized, bool isAutoCancelledByTimeout)

Parameters

resultCode int
result Document
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()

public int Component1()

Returns

int

Component2()

public Document Component2()

Returns

Document

Component3()

public bool Component3()

Returns

bool

Component4()

public bool Component4()

Returns

bool

Component5()

public bool Component5()

Returns

bool

Copy(int, Document, bool, bool, bool)

public DocumentScannerActivity.DocumentScannerActivityResult Copy(int resultCode, Document result, bool isLicenseInvalid, bool sdkIsNotInitialized, bool isAutoCancelledByTimeout)

Parameters

resultCode int
result Document
isLicenseInvalid bool
sdkIsNotInitialized bool
isAutoCancelledByTimeout bool

Returns

DocumentScannerActivity.DocumentScannerActivityResult

GetResult()

public Document GetResult()

Returns

Document