Class ScanAssistanceOverlay
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Document.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class ScanAssistanceOverlay : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
ScanAssistanceOverlay
- Implements
-
Constructors
ScanAssistanceOverlay()
public ScanAssistanceOverlay()
ScanAssistanceOverlay(JSONObject)
public ScanAssistanceOverlay(JSONObject json)
Parameters
json
JSONObject
ScanAssistanceOverlay(bool, ScanbotColor, ScanbotColor)
public ScanAssistanceOverlay(bool visible, ScanbotColor backgroundColor, ScanbotColor foregroundColor)
Parameters
visible
bool
backgroundColor
ScanbotColor
foregroundColor
ScanbotColor
ScanAssistanceOverlay(IDictionary<string, Object>)
public ScanAssistanceOverlay(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Properties
BackgroundColor
public ScanbotColor BackgroundColor { get; set; }
Property Value
- ScanbotColor
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
ForegroundColor
public ScanbotColor ForegroundColor { get; set; }
Property Value
- ScanbotColor
Visible
public bool Visible { get; set; }
Property Value
- bool
Methods
Component1()
Returns
- bool
Component2()
public ScanbotColor Component2()
Returns
- ScanbotColor
Component3()
public ScanbotColor Component3()
Returns
- ScanbotColor
Copy(bool, ScanbotColor, ScanbotColor)
public ScanAssistanceOverlay Copy(bool visible, ScanbotColor backgroundColor, ScanbotColor foregroundColor)
Parameters
visible
bool
backgroundColor
ScanbotColor
foregroundColor
ScanbotColor
Returns
- ScanAssistanceOverlay
Default()
public static ScanAssistanceOverlay Default()
Returns
- ScanAssistanceOverlay
DescribeContents()
public int DescribeContents()
Returns
- int
ToJson(ToJsonConfiguration)
public JSONObject ToJson(ToJsonConfiguration config)
Parameters
config
ToJsonConfiguration
Returns
- JSONObject
WriteToParcel(Parcel, ParcelableWriteFlags)
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcel
flags
ParcelableWriteFlags