Class ZoomOverlay
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Document.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class ZoomOverlay : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
ZoomOverlay
- Implements
-
Constructors
ZoomOverlay()
public ZoomOverlay(ScanbotColor overlayColor, ButtonConfiguration closeButton)
Parameters
overlayColor
ScanbotColor
closeButton
ButtonConfiguration
ZoomOverlay(JSONObject)
public ZoomOverlay(JSONObject json)
Parameters
json
JSONObject
ZoomOverlay(IDictionary<string, Object>)
public ZoomOverlay(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Properties
public ButtonConfiguration CloseButton { get; set; }
Property Value
- ButtonConfiguration
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
OverlayColor
public ScanbotColor OverlayColor { get; set; }
Property Value
- ScanbotColor
Methods
Component1()
public ScanbotColor Component1()
Returns
- ScanbotColor
Component2()
public ButtonConfiguration Component2()
Returns
- ButtonConfiguration
public ZoomOverlay Copy(ScanbotColor overlayColor, ButtonConfiguration closeButton)
Parameters
overlayColor
ScanbotColor
closeButton
ButtonConfiguration
Returns
- ZoomOverlay
Default()
public static ZoomOverlay Default()
Returns
- ZoomOverlay
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