Class ImageInfo
- Namespace
- IO.Scanbot.Sdk.Core
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class ImageInfo : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
ImageInfo
- Implements
-
Constructors
ImageInfo(JSONObject)
public ImageInfo(JSONObject json)
Parameters
json
JSONObject
ImageInfo(IDictionary<string, Object>)
public ImageInfo(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
ImageInfo(int, int, int)
public ImageInfo(int height, int width, int maxByteSize)
Parameters
height
int
width
int
maxByteSize
int
Properties
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
Height
public int Height { get; set; }
Property Value
- int
MaxByteSize
public int MaxByteSize { get; set; }
Property Value
- int
Width
public int Width { get; set; }
Property Value
- int
Methods
Component1()
Returns
- int
Component2()
Returns
- int
Component3()
Returns
- int
Copy(int, int, int)
public ImageInfo Copy(int height, int width, int maxByteSize)
Parameters
height
int
width
int
maxByteSize
int
Returns
- ImageInfo
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