Class RawImageLoadOptions
- Namespace
- IO.Scanbot.Sdk.Core
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class RawImageLoadOptions : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
RawImageLoadOptions
- Implements
-
Constructors
RawImageLoadOptions()
public RawImageLoadOptions()
RawImageLoadOptions(Rect, ImageRotation)
public RawImageLoadOptions(Rect roi, ImageRotation orientation)
Parameters
roi
Rect
orientation
ImageRotation
RawImageLoadOptions(JSONObject)
public RawImageLoadOptions(JSONObject json)
Parameters
json
JSONObject
RawImageLoadOptions(IDictionary<string, Object>)
public RawImageLoadOptions(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Properties
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
Orientation
public ImageRotation Orientation { get; set; }
Property Value
- ImageRotation
Roi
public Rect Roi { get; set; }
Property Value
- Rect
Methods
Component1()
Returns
- Rect
Component2()
public ImageRotation Component2()
Returns
- ImageRotation
Copy(Rect, ImageRotation)
public RawImageLoadOptions Copy(Rect roi, ImageRotation orientation)
Parameters
roi
Rect
orientation
ImageRotation
Returns
- RawImageLoadOptions
Default()
public static RawImageLoadOptions Default()
Returns
- RawImageLoadOptions
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