Class MrzScannerJsonConfiguration
- Namespace
- IO.Scanbot.Sdk.UI.View.Mrz.Configuration.Json
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class MrzScannerJsonConfiguration : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
MrzScannerJsonConfiguration
- Implements
-
Constructors
MrzScannerJsonConfiguration()
public MrzScannerJsonConfiguration()
MrzScannerJsonConfiguration(string, string, JsonCameraModule, JsonColor, string, string, string, JsonColor, Double, string, JsonColor, JsonAspectRatio, Boolean, JsonOrientationLockMode, Boolean, JsonColor, JsonColor, JsonColor, Boolean, Boolean, JsonCameraPreviewMode, Boolean)
public MrzScannerJsonConfiguration(string version, string screen, JsonCameraModule cameraModule, JsonColor cameraOverlayColor, string cancelButtonTitle, string enableCameraButtonTitle, string enableCameraExplanationText, JsonColor finderLineColor, Double finderLineWidth, string finderTextHint, JsonColor finderTextHintColor, JsonAspectRatio finderAspectRatio, Boolean flashEnabled, JsonOrientationLockMode orientationLockMode, Boolean successBeepEnabled, JsonColor topBarBackgroundColor, JsonColor topBarButtonsActiveColor, JsonColor topBarButtonsInactiveColor, Boolean useButtonsAllCaps, Boolean replaceCancelButtonWithIcon, JsonCameraPreviewMode cameraPreviewMode, Boolean touchToFocusEnabled)
Parameters
version
string
screen
string
cameraModule
JsonCameraModule
cameraOverlayColor
JsonColor
cancelButtonTitle
string
enableCameraButtonTitle
string
enableCameraExplanationText
string
finderLineColor
JsonColor
finderLineWidth
Double
finderTextHint
string
finderTextHintColor
JsonColor
finderAspectRatio
JsonAspectRatio
flashEnabled
Boolean
orientationLockMode
JsonOrientationLockMode
successBeepEnabled
Boolean
topBarBackgroundColor
JsonColor
topBarButtonsActiveColor
JsonColor
topBarButtonsInactiveColor
JsonColor
useButtonsAllCaps
Boolean
replaceCancelButtonWithIcon
Boolean
cameraPreviewMode
JsonCameraPreviewMode
touchToFocusEnabled
Boolean
Properties
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
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
FinderTextHint
public string FinderTextHint { get; set; }
Property Value
- string
FinderTextHintColor
public JsonColor FinderTextHintColor { get; set; }
Property Value
- JsonColor
FlashEnabled
public Boolean FlashEnabled { get; set; }
Property Value
- Boolean
OrientationLockMode
public JsonOrientationLockMode OrientationLockMode { get; set; }
Property Value
- JsonOrientationLockMode
public Boolean ReplaceCancelButtonWithIcon { get; set; }
Property Value
- Boolean
Screen
public string Screen { get; set; }
Property Value
- string
SuccessBeepEnabled
public Boolean SuccessBeepEnabled { get; set; }
Property Value
- Boolean
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
Version
public string Version { get; set; }
Property Value
- string
Methods
Component1()
public string Component1()
Returns
- string
Component10()
public string Component10()
Returns
- string
Component11()
public JsonColor Component11()
Returns
- JsonColor
Component12()
public JsonAspectRatio Component12()
Returns
- JsonAspectRatio
Component13()
public Boolean Component13()
Returns
- Boolean
Component14()
public JsonOrientationLockMode Component14()
Returns
- JsonOrientationLockMode
Component15()
public Boolean Component15()
Returns
- Boolean
Component16()
public JsonColor Component16()
Returns
- JsonColor
Component17()
public JsonColor Component17()
Returns
- JsonColor
Component18()
public JsonColor Component18()
Returns
- JsonColor
Component19()
public Boolean Component19()
Returns
- Boolean
Component2()
public string Component2()
Returns
- string
Component20()
public Boolean Component20()
Returns
- Boolean
Component21()
public JsonCameraPreviewMode Component21()
Returns
- JsonCameraPreviewMode
Component22()
public Boolean Component22()
Returns
- Boolean
Component3()
public JsonCameraModule Component3()
Returns
- JsonCameraModule
Component4()
public JsonColor Component4()
Returns
- JsonColor
Component5()
public string Component5()
Returns
- string
Component6()
public string Component6()
Returns
- string
Component7()
public string Component7()
Returns
- string
Component8()
public JsonColor Component8()
Returns
- JsonColor
Component9()
public Double Component9()
Returns
- Double
Copy(string, string, JsonCameraModule, JsonColor, string, string, string, JsonColor, Double, string, JsonColor, JsonAspectRatio, Boolean, JsonOrientationLockMode, Boolean, JsonColor, JsonColor, JsonColor, Boolean, Boolean, JsonCameraPreviewMode, Boolean)
public MrzScannerJsonConfiguration Copy(string version, string screen, JsonCameraModule cameraModule, JsonColor cameraOverlayColor, string cancelButtonTitle, string enableCameraButtonTitle, string enableCameraExplanationText, JsonColor finderLineColor, Double finderLineWidth, string finderTextHint, JsonColor finderTextHintColor, JsonAspectRatio finderAspectRatio, Boolean flashEnabled, JsonOrientationLockMode orientationLockMode, Boolean successBeepEnabled, JsonColor topBarBackgroundColor, JsonColor topBarButtonsActiveColor, JsonColor topBarButtonsInactiveColor, Boolean useButtonsAllCaps, Boolean replaceCancelButtonWithIcon, JsonCameraPreviewMode cameraPreviewMode, Boolean touchToFocusEnabled)
Parameters
version
string
screen
string
cameraModule
JsonCameraModule
cameraOverlayColor
JsonColor
cancelButtonTitle
string
enableCameraButtonTitle
string
enableCameraExplanationText
string
finderLineColor
JsonColor
finderLineWidth
Double
finderTextHint
string
finderTextHintColor
JsonColor
finderAspectRatio
JsonAspectRatio
flashEnabled
Boolean
orientationLockMode
JsonOrientationLockMode
successBeepEnabled
Boolean
topBarBackgroundColor
JsonColor
topBarButtonsActiveColor
JsonColor
topBarButtonsInactiveColor
JsonColor
useButtonsAllCaps
Boolean
replaceCancelButtonWithIcon
Boolean
cameraPreviewMode
JsonCameraPreviewMode
touchToFocusEnabled
Boolean
Returns
- MrzScannerJsonConfiguration
DescribeContents()
public int DescribeContents()
Returns
- int
WriteToParcel(Parcel, ParcelableWriteFlags)
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcel
flags
ParcelableWriteFlags