Table of Contents

Class ScanbotTopBarConfiguration

Namespace
IO.Scanbot.Sdk.Ui_v2.Common.Components
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/common/components/ScanbotTopBarConfiguration", DoNotGenerateAcw = true)]
public sealed class ScanbotTopBarConfiguration : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
ScanbotTopBarConfiguration
Implements
Inherited Members

Constructors

ScanbotTopBarConfiguration()

[Register(".ctor", "()V", "")]
public ScanbotTopBarConfiguration()

ScanbotTopBarConfiguration(bool, bool)

[Register(".ctor", "(ZZ)V", "")]
public ScanbotTopBarConfiguration(bool addStatusBarPadding, bool addNavigationBarPadding)

Parameters

addStatusBarPadding bool
addNavigationBarPadding bool

Properties

AddNavigationBarPadding

public bool AddNavigationBarPadding { get; }

Property Value

bool

AddStatusBarPadding

public bool AddStatusBarPadding { get; }

Property Value

bool

Methods

Component1()

[Register("component1", "()Z", "")]
public bool Component1()

Returns

bool

Component2()

[Register("component2", "()Z", "")]
public bool Component2()

Returns

bool

Copy(bool, bool)

[Register("copy", "(ZZ)Lio/scanbot/sdk/ui_v2/common/components/ScanbotTopBarConfiguration;", "")]
public ScanbotTopBarConfiguration Copy(bool addStatusBarPadding, bool addNavigationBarPadding)

Parameters

addStatusBarPadding bool
addNavigationBarPadding bool

Returns

ScanbotTopBarConfiguration