Class DocumentScannerActivity.DocumentScannerActivityResult
- Namespace
- IO.Scanbot.Sdk.UI.View.Camera
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/camera/DocumentScannerActivity$Result", DoNotGenerateAcw = true)]
public sealed class DocumentScannerActivity.DocumentScannerActivityResult : Object, IScanbotActivityResult, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
DocumentScannerActivity.DocumentScannerActivityResult
- Implements
-
- Inherited Members
-
Constructors
DocumentScannerActivityResult(int, IList<Page>, bool, bool, DocumentScannerSettings)
[Register(".ctor", "(ILjava/util/List;ZZLio/scanbot/sdk/ui/view/camera/DocumentScannerActivity$DocumentScannerSettings;)V", "")]
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()
[Register("component1", "()I", "")]
public int Component1()
Returns
- int
Component2()
[Register("component2", "()Ljava/util/List;", "")]
public IList<Page> Component2()
Returns
- IList<Page>
Component3()
[Register("component3", "()Z", "")]
public bool Component3()
Returns
- bool
Component4()
[Register("component4", "()Z", "")]
public bool Component4()
Returns
- bool
Component5()
[Register("component5", "()Lio/scanbot/sdk/ui/view/camera/DocumentScannerActivity$DocumentScannerSettings;", "")]
public DocumentScannerActivity.DocumentScannerSettings Component5()
Returns
- DocumentScannerActivity.DocumentScannerSettings
Copy(int, IList<Page>, bool, bool, DocumentScannerSettings)
[Register("copy", "(ILjava/util/List;ZZLio/scanbot/sdk/ui/view/camera/DocumentScannerActivity$DocumentScannerSettings;)Lio/scanbot/sdk/ui/view/camera/DocumentScannerActivity$Result;", "")]
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