Table of Contents

Class ImageProfile

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

Constructors

ImageProfile()

public ImageProfile()

ImageProfile(JSONObject)

public ImageProfile(JSONObject json)

Parameters

json JSONObject

ImageProfile(IDictionary<string, Object>)

public ImageProfile(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

ImageProfile(int, int)

public ImageProfile(int bitmapMemoryConsumption, int hibernationMemoryConsumption)

Parameters

bitmapMemoryConsumption int
hibernationMemoryConsumption int

Properties

BitmapMemoryConsumption

public int BitmapMemoryConsumption { get; set; }

Property Value

int

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

HibernationMemoryConsumption

public int HibernationMemoryConsumption { get; set; }

Property Value

int

Methods

Component1()

public int Component1()

Returns

int

Component2()

public int Component2()

Returns

int

Copy(int, int)

public ImageProfile Copy(int bitmapMemoryConsumption, int hibernationMemoryConsumption)

Parameters

bitmapMemoryConsumption int
hibernationMemoryConsumption int

Returns

ImageProfile

Default()

public static ImageProfile Default()

Returns

ImageProfile

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