Table of Contents

Class DocumentScannerNativeConfiguration

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

Constructors

DocumentScannerNativeConfiguration()

public DocumentScannerNativeConfiguration()

DocumentScannerNativeConfiguration(Long, Boolean, Boolean, Boolean, Integer, ParametricFilter)

public DocumentScannerNativeConfiguration(Long delayAfterFocusCompleteMs, Boolean drawPolygonShadows, Boolean shutterSoundEnabled, Boolean forceMaxSnappingSize, Integer hardwareSnapButton, ParametricFilter defaultPageParametricFilter)

Parameters

delayAfterFocusCompleteMs Long
drawPolygonShadows Boolean
shutterSoundEnabled Boolean
forceMaxSnappingSize Boolean
hardwareSnapButton Integer
defaultPageParametricFilter ParametricFilter

Properties

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

DefaultPageParametricFilter

public ParametricFilter DefaultPageParametricFilter { get; set; }

Property Value

ParametricFilter

DelayAfterFocusCompleteMs

public Long DelayAfterFocusCompleteMs { get; set; }

Property Value

Long

DrawPolygonShadows

public Boolean DrawPolygonShadows { get; set; }

Property Value

Boolean

ForceMaxSnappingSize

public Boolean ForceMaxSnappingSize { get; set; }

Property Value

Boolean

HardwareSnapButton

public Integer HardwareSnapButton { get; set; }

Property Value

Integer

ShutterSoundEnabled

public Boolean ShutterSoundEnabled { get; set; }

Property Value

Boolean

Methods

DescribeContents()

public int DescribeContents()

Returns

int

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags