Table of Contents

Class GenericDocumentNavigationEvent.DocumentScanningFinished

Namespace
IO.Scanbot.Sdk.UI.View.Genericdocument
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/genericdocument/GenericDocumentNavigationEvent$DocumentScanningFinished", DoNotGenerateAcw = true)]
public sealed class GenericDocumentNavigationEvent.DocumentScanningFinished : GenericDocumentNavigationEvent, IEvent, IJavaObject, IJavaPeerable, IDisposable
Inheritance
GenericDocumentNavigationEvent.DocumentScanningFinished
Implements
Inherited Members

Constructors

DocumentScanningFinished(IList<ResultWrapper>)

[Register(".ctor", "(Ljava/util/List;)V", "")]
public DocumentScanningFinished(IList<ResultWrapper> resultDocumentIds)

Parameters

resultDocumentIds IList<ResultWrapper>

Properties

ResultDocumentIds

public IList<ResultWrapper> ResultDocumentIds { get; }

Property Value

IList<ResultWrapper>

Methods

Component1()

[Register("component1", "()Ljava/util/List;", "")]
public IList<ResultWrapper> Component1()

Returns

IList<ResultWrapper>

Copy(IList<ResultWrapper>)

[Register("copy", "(Ljava/util/List;)Lio/scanbot/sdk/ui/view/genericdocument/GenericDocumentNavigationEvent$DocumentScanningFinished;", "")]
public GenericDocumentNavigationEvent.DocumentScanningFinished Copy(IList<ResultWrapper> resultDocumentIds)

Parameters

resultDocumentIds IList<ResultWrapper>

Returns

GenericDocumentNavigationEvent.DocumentScanningFinished