Class StructuredAppendInfo
- Namespace
- IO.Scanbot.Sdk.Barcode
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class StructuredAppendInfo : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
StructuredAppendInfo
- Implements
-
Constructors
StructuredAppendInfo(JSONObject)
public StructuredAppendInfo(JSONObject json)
Parameters
json
JSONObject
StructuredAppendInfo(IDictionary<string, Object>)
public StructuredAppendInfo(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
StructuredAppendInfo(int, int, string)
public StructuredAppendInfo(int count, int index, string id)
Parameters
count
int
index
int
id
string
Properties
Count
public int Count { get; }
Property Value
- int
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
Id
public string Id { get; }
Property Value
- string
Index
public int Index { get; }
Property Value
- int
Methods
Component1()
Returns
- int
Component2()
Returns
- int
Component3()
public string Component3()
Returns
- string
Copy(int, int, string)
public StructuredAppendInfo Copy(int count, int index, string id)
Parameters
count
int
index
int
id
string
Returns
- StructuredAppendInfo
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