Class DocumentScannerScreens
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Document.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class DocumentScannerScreens : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
DocumentScannerScreens
- Implements
-
Constructors
DocumentScannerScreens()
public DocumentScannerScreens()
DocumentScannerScreens(CameraScreenConfiguration, ReviewScreenConfiguration, CroppingScreenConfiguration, ReorderPagesScreenConfiguration)
public DocumentScannerScreens(CameraScreenConfiguration camera, ReviewScreenConfiguration review, CroppingScreenConfiguration cropping, ReorderPagesScreenConfiguration reorderPages)
Parameters
camera
CameraScreenConfiguration
review
ReviewScreenConfiguration
cropping
CroppingScreenConfiguration
reorderPages
ReorderPagesScreenConfiguration
DocumentScannerScreens(JSONObject)
public DocumentScannerScreens(JSONObject json)
Parameters
json
JSONObject
DocumentScannerScreens(IDictionary<string, Object>)
public DocumentScannerScreens(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Properties
Camera
public CameraScreenConfiguration Camera { get; set; }
Property Value
- CameraScreenConfiguration
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
Cropping
public CroppingScreenConfiguration Cropping { get; set; }
Property Value
- CroppingScreenConfiguration
ReorderPages
public ReorderPagesScreenConfiguration ReorderPages { get; set; }
Property Value
- ReorderPagesScreenConfiguration
Review
public ReviewScreenConfiguration Review { get; set; }
Property Value
- ReviewScreenConfiguration
Methods
Component1()
public CameraScreenConfiguration Component1()
Returns
- CameraScreenConfiguration
Component2()
public ReviewScreenConfiguration Component2()
Returns
- ReviewScreenConfiguration
Component3()
public CroppingScreenConfiguration Component3()
Returns
- CroppingScreenConfiguration
Component4()
public ReorderPagesScreenConfiguration Component4()
Returns
- ReorderPagesScreenConfiguration
Copy(CameraScreenConfiguration, ReviewScreenConfiguration, CroppingScreenConfiguration, ReorderPagesScreenConfiguration)
public DocumentScannerScreens Copy(CameraScreenConfiguration camera, ReviewScreenConfiguration review, CroppingScreenConfiguration cropping, ReorderPagesScreenConfiguration reorderPages)
Parameters
camera
CameraScreenConfiguration
review
ReviewScreenConfiguration
cropping
CroppingScreenConfiguration
reorderPages
ReorderPagesScreenConfiguration
Returns
- DocumentScannerScreens
Default()
public static DocumentScannerScreens Default()
Returns
- DocumentScannerScreens
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