Table of Contents

Class ShowGuidance

Namespace
IO.Scanbot.Sdk.Ui_v2.Document.Screen.Camera
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/document/screen/camera/ShowGuidance", DoNotGenerateAcw = true)]
public sealed class ShowGuidance : ScanningState, IJavaObject, IJavaPeerable, IDisposable
Inheritance
ShowGuidance
Implements
Inherited Members

Constructors

ShowGuidance(bool)

[Register(".ctor", "(Z)V", "")]
public ShowGuidance(bool showFullGuidance)

Parameters

showFullGuidance bool

Properties

ShowFullGuidance

public bool ShowFullGuidance { get; }

Property Value

bool

Methods

Component1()

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

Returns

bool

Copy(bool)

[Register("copy", "(Z)Lio/scanbot/sdk/ui_v2/document/screen/camera/ShowGuidance;", "")]
public ShowGuidance Copy(bool showFullGuidance)

Parameters

showFullGuidance bool

Returns

ShowGuidance