Table of Contents

Class ImageRefProfile

Namespace
IO.Scanbot.Sdk.Core
Assembly
DocumentSDK.NET.Droid.dll
public sealed class ImageRefProfile : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
ImageRefProfile
Implements

Constructors

ImageRefProfile(RefCountedObjectProfile, ImageProfile, ImageSource)

public ImageRefProfile(RefCountedObjectProfile refInfo, ImageProfile imageInfo, ImageSource imageSource)

Parameters

refInfo RefCountedObjectProfile
imageInfo ImageProfile
imageSource ImageSource

ImageRefProfile(JSONObject)

public ImageRefProfile(JSONObject json)

Parameters

json JSONObject

ImageRefProfile(IDictionary<string, Object>)

public ImageRefProfile(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Properties

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

ImageInfo

public ImageProfile ImageInfo { get; set; }

Property Value

ImageProfile

ImageSource

public ImageSource ImageSource { get; set; }

Property Value

ImageSource

RefInfo

public RefCountedObjectProfile RefInfo { get; set; }

Property Value

RefCountedObjectProfile

Methods

Component1()

public RefCountedObjectProfile Component1()

Returns

RefCountedObjectProfile

Component2()

public ImageProfile Component2()

Returns

ImageProfile

Component3()

public ImageSource Component3()

Returns

ImageSource

Copy(RefCountedObjectProfile, ImageProfile, ImageSource)

public ImageRefProfile Copy(RefCountedObjectProfile refInfo, ImageProfile imageInfo, ImageSource imageSource)

Parameters

refInfo RefCountedObjectProfile
imageInfo ImageProfile
imageSource ImageSource

Returns

ImageRefProfile

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