Table of Contents

Class BufferImageLoadOptions

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

Constructors

BufferImageLoadOptions()

public BufferImageLoadOptions()

BufferImageLoadOptions(Rect, BufferLoadMode)

public BufferImageLoadOptions(Rect roi, BufferLoadMode loadMode)

Parameters

roi Rect
loadMode BufferLoadMode

BufferImageLoadOptions(JSONObject)

public BufferImageLoadOptions(JSONObject json)

Parameters

json JSONObject

BufferImageLoadOptions(IDictionary<string, Object>)

public BufferImageLoadOptions(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Properties

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

LoadMode

public BufferLoadMode LoadMode { get; set; }

Property Value

BufferLoadMode

Roi

public Rect Roi { get; set; }

Property Value

Rect

Methods

Component1()

public Rect Component1()

Returns

Rect

Component2()

public BufferLoadMode Component2()

Returns

BufferLoadMode

Copy(Rect, BufferLoadMode)

public BufferImageLoadOptions Copy(Rect roi, BufferLoadMode loadMode)

Parameters

roi Rect
loadMode BufferLoadMode

Returns

BufferImageLoadOptions

Default()

public static BufferImageLoadOptions Default()

Returns

BufferImageLoadOptions

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