Class CheckScannerJsonConfiguration
- Namespace
- IO.Scanbot.Sdk.UI.View.Check.Configuration.Json
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class CheckScannerJsonConfiguration : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
CheckScannerJsonConfiguration
- Implements
-
Constructors
CheckScannerJsonConfiguration()
public CheckScannerJsonConfiguration()
CheckScannerJsonConfiguration(string, string, IList<JsonCheckStandard>, JsonCameraModule, JsonColor, string, Boolean, string, string, JsonAspectRatio, JsonColor, Double, Boolean, JsonOrientationLockMode, JsonColor, JsonColor, JsonColor, JsonColor, JsonColor, JsonCheckUserGuidanceStrings, Boolean, JsonCameraPreviewMode, Boolean)
public CheckScannerJsonConfiguration(string version, string screen, IList<JsonCheckStandard> acceptedCheckStandards, JsonCameraModule cameraModule, JsonColor cameraOverlayColor, string cancelButtonTitle, Boolean captureHighResolutionImage, string enableCameraButtonTitle, string enableCameraExplanationText, JsonAspectRatio finderAspectRatio, JsonColor finderLineColor, Double finderLineWidth, Boolean flashEnabled, JsonOrientationLockMode orientationLockMode, JsonColor topBarBackgroundColor, JsonColor topBarButtonsActiveColor, JsonColor topBarButtonsInactiveColor, JsonColor userGuidanceBackgroundColor, JsonColor userGuidanceTextColor, JsonCheckUserGuidanceStrings userGuidanceStringValues, Boolean useButtonsAllCaps, JsonCameraPreviewMode cameraPreviewMode, Boolean touchToFocusEnabled)
Parameters
version string
screen string
acceptedCheckStandards IList<JsonCheckStandard>
cameraModule JsonCameraModule
cameraOverlayColor JsonColor
cancelButtonTitle string
captureHighResolutionImage Boolean
enableCameraButtonTitle string
enableCameraExplanationText string
finderAspectRatio JsonAspectRatio
finderLineColor JsonColor
finderLineWidth Double
flashEnabled Boolean
orientationLockMode JsonOrientationLockMode
topBarBackgroundColor JsonColor
topBarButtonsActiveColor JsonColor
topBarButtonsInactiveColor JsonColor
userGuidanceBackgroundColor JsonColor
userGuidanceTextColor JsonColor
userGuidanceStringValues JsonCheckUserGuidanceStrings
useButtonsAllCaps Boolean
cameraPreviewMode JsonCameraPreviewMode
touchToFocusEnabled Boolean
Properties
AcceptedCheckStandards
public IList<JsonCheckStandard> AcceptedCheckStandards { get; set; }
Property Value
- IList<JsonCheckStandard>
CameraModule
public JsonCameraModule CameraModule { get; set; }
Property Value
- JsonCameraModule
CameraOverlayColor
public JsonColor CameraOverlayColor { get; set; }
Property Value
- JsonColor
CameraPreviewMode
public JsonCameraPreviewMode CameraPreviewMode { get; set; }
Property Value
- JsonCameraPreviewMode
public string CancelButtonTitle { get; set; }
Property Value
- string
CaptureHighResolutionImage
public Boolean CaptureHighResolutionImage { get; set; }
Property Value
- Boolean
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
public string EnableCameraButtonTitle { get; set; }
Property Value
- string
EnableCameraExplanationText
public string EnableCameraExplanationText { get; set; }
Property Value
- string
FinderAspectRatio
public JsonAspectRatio FinderAspectRatio { get; set; }
Property Value
- JsonAspectRatio
FinderLineColor
public JsonColor FinderLineColor { get; set; }
Property Value
- JsonColor
FinderLineWidth
public Double FinderLineWidth { get; set; }
Property Value
- Double
FlashEnabled
public Boolean FlashEnabled { get; set; }
Property Value
- Boolean
OrientationLockMode
public JsonOrientationLockMode OrientationLockMode { get; set; }
Property Value
- JsonOrientationLockMode
Screen
public string Screen { get; set; }
Property Value
- string
TopBarBackgroundColor
public JsonColor TopBarBackgroundColor { get; set; }
Property Value
- JsonColor
public JsonColor TopBarButtonsActiveColor { get; set; }
Property Value
- JsonColor
public JsonColor TopBarButtonsInactiveColor { get; set; }
Property Value
- JsonColor
TouchToFocusEnabled
public Boolean TouchToFocusEnabled { get; set; }
Property Value
- Boolean
public Boolean UseButtonsAllCaps { get; set; }
Property Value
- Boolean
UserGuidanceBackgroundColor
public JsonColor UserGuidanceBackgroundColor { get; set; }
Property Value
- JsonColor
UserGuidanceStringValues
public JsonCheckUserGuidanceStrings UserGuidanceStringValues { get; set; }
Property Value
- JsonCheckUserGuidanceStrings
UserGuidanceTextColor
public JsonColor UserGuidanceTextColor { get; set; }
Property Value
- JsonColor
Version
public string Version { get; set; }
Property Value
- string
Methods
Component1()
public string Component1()
Returns
- string
Component10()
public JsonAspectRatio Component10()
Returns
- JsonAspectRatio
Component11()
public JsonColor Component11()
Returns
- JsonColor
Component12()
public Double Component12()
Returns
- Double
Component13()
public Boolean Component13()
Returns
- Boolean
Component14()
public JsonOrientationLockMode Component14()
Returns
- JsonOrientationLockMode
Component15()
public JsonColor Component15()
Returns
- JsonColor
Component16()
public JsonColor Component16()
Returns
- JsonColor
Component17()
public JsonColor Component17()
Returns
- JsonColor
Component18()
public JsonColor Component18()
Returns
- JsonColor
Component19()
public JsonColor Component19()
Returns
- JsonColor
Component2()
public string Component2()
Returns
- string
Component20()
public JsonCheckUserGuidanceStrings Component20()
Returns
- JsonCheckUserGuidanceStrings
Component21()
public Boolean Component21()
Returns
- Boolean
Component22()
public JsonCameraPreviewMode Component22()
Returns
- JsonCameraPreviewMode
Component23()
public Boolean Component23()
Returns
- Boolean
Component3()
public IList<JsonCheckStandard> Component3()
Returns
- IList<JsonCheckStandard>
Component4()
public JsonCameraModule Component4()
Returns
- JsonCameraModule
Component5()
public JsonColor Component5()
Returns
- JsonColor
Component6()
public string Component6()
Returns
- string
Component7()
public Boolean Component7()
Returns
- Boolean
Component8()
public string Component8()
Returns
- string
Component9()
public string Component9()
Returns
- string
Copy(string, string, IList<JsonCheckStandard>, JsonCameraModule, JsonColor, string, Boolean, string, string, JsonAspectRatio, JsonColor, Double, Boolean, JsonOrientationLockMode, JsonColor, JsonColor, JsonColor, JsonColor, JsonColor, JsonCheckUserGuidanceStrings, Boolean, JsonCameraPreviewMode, Boolean)
public CheckScannerJsonConfiguration Copy(string version, string screen, IList<JsonCheckStandard> acceptedCheckStandards, JsonCameraModule cameraModule, JsonColor cameraOverlayColor, string cancelButtonTitle, Boolean captureHighResolutionImage, string enableCameraButtonTitle, string enableCameraExplanationText, JsonAspectRatio finderAspectRatio, JsonColor finderLineColor, Double finderLineWidth, Boolean flashEnabled, JsonOrientationLockMode orientationLockMode, JsonColor topBarBackgroundColor, JsonColor topBarButtonsActiveColor, JsonColor topBarButtonsInactiveColor, JsonColor userGuidanceBackgroundColor, JsonColor userGuidanceTextColor, JsonCheckUserGuidanceStrings userGuidanceStringValues, Boolean useButtonsAllCaps, JsonCameraPreviewMode cameraPreviewMode, Boolean touchToFocusEnabled)
Parameters
version string
screen string
acceptedCheckStandards IList<JsonCheckStandard>
cameraModule JsonCameraModule
cameraOverlayColor JsonColor
cancelButtonTitle string
captureHighResolutionImage Boolean
enableCameraButtonTitle string
enableCameraExplanationText string
finderAspectRatio JsonAspectRatio
finderLineColor JsonColor
finderLineWidth Double
flashEnabled Boolean
orientationLockMode JsonOrientationLockMode
topBarBackgroundColor JsonColor
topBarButtonsActiveColor JsonColor
topBarButtonsInactiveColor JsonColor
userGuidanceBackgroundColor JsonColor
userGuidanceTextColor JsonColor
userGuidanceStringValues JsonCheckUserGuidanceStrings
useButtonsAllCaps Boolean
cameraPreviewMode JsonCameraPreviewMode
touchToFocusEnabled Boolean
Returns
- CheckScannerJsonConfiguration
DescribeContents()
public int DescribeContents()
Returns
- int
WriteToParcel(Parcel, ParcelableWriteFlags)
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out Parcel
flags ParcelableWriteFlags