Table of Contents

Class DocumentScannerActivity.DocumentScannerSettings

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

Constructors

DocumentScannerSettings(bool, bool, bool)

public DocumentScannerSettings(bool flashEnabled, bool multiPageEnabled, bool autoSnappingEnabled)

Parameters

flashEnabled bool
multiPageEnabled bool
autoSnappingEnabled bool

Properties

AutoSnappingEnabled

public bool AutoSnappingEnabled { get; }

Property Value

bool

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

FlashEnabled

public bool FlashEnabled { get; }

Property Value

bool

MultiPageEnabled

public bool MultiPageEnabled { get; }

Property Value

bool

Methods

Component1()

public bool Component1()

Returns

bool

Component2()

public bool Component2()

Returns

bool

Component3()

public bool Component3()

Returns

bool

Copy(bool, bool, bool)

public DocumentScannerActivity.DocumentScannerSettings Copy(bool flashEnabled, bool multiPageEnabled, bool autoSnappingEnabled)

Parameters

flashEnabled bool
multiPageEnabled bool
autoSnappingEnabled bool

Returns

DocumentScannerActivity.DocumentScannerSettings

DescribeContents()

public int DescribeContents()

Returns

int

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags