Class SelectionOverlayConfiguration
- Namespace
- IO.Scanbot.Sdk.UI.View.Barcode
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/barcode/SelectionOverlayConfiguration", DoNotGenerateAcw = true)]
public sealed class SelectionOverlayConfiguration : Object, ISerializable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
SelectionOverlayConfiguration
- Implements
-
- Inherited Members
-
Constructors
SelectionOverlayConfiguration(bool, bool?, BarcodeOverlayTextFormat, int?, int?, int?, int?, int?, int?)
public SelectionOverlayConfiguration(bool overlayEnabled, bool? automaticSelectionEnabled = null, BarcodeOverlayTextFormat textFormat = null, int? polygonColor = null, int? textColor = null, int? textContainerColor = null, int? highlightedPolygonColor = null, int? highlightedTextColor = null, int? highlightedTextContainerColor = null)
Parameters
overlayEnabled
bool
automaticSelectionEnabled
bool?
textFormat
BarcodeOverlayTextFormat
polygonColor
int?
textColor
int?
textContainerColor
int?
highlightedPolygonColor
int?
highlightedTextColor
int?
highlightedTextContainerColor
int?
Properties
AutomaticSelectionEnabled
public bool AutomaticSelectionEnabled { get; set; }
Property Value
- bool
HighlightedPolygonColor
public Integer HighlightedPolygonColor { get; set; }
Property Value
- Integer
HighlightedTextColor
public Integer HighlightedTextColor { get; set; }
Property Value
- Integer
HighlightedTextContainerColor
public Integer HighlightedTextContainerColor { get; set; }
Property Value
- Integer
OverlayEnabled
public bool OverlayEnabled { get; set; }
Property Value
- bool
PolygonColor
public int PolygonColor { get; set; }
Property Value
- int
TextColor
public int TextColor { get; set; }
Property Value
- int
TextContainerColor
public int TextContainerColor { get; set; }
Property Value
- int
TextFormat
public BarcodeOverlayTextFormat TextFormat { get; set; }
Property Value
- BarcodeOverlayTextFormat
Methods
Component1()
[Register("component1", "()Z", "")]
public bool Component1()
Returns
- bool
Component2()
[Register("component2", "()Z", "")]
public bool Component2()
Returns
- bool
Component3()
[Register("component3", "()Lio/scanbot/sdk/barcode/ui/BarcodeOverlayTextFormat;", "")]
public BarcodeOverlayTextFormat Component3()
Returns
- BarcodeOverlayTextFormat
Component4()
[Register("component4", "()I", "")]
public int Component4()
Returns
- int
Component5()
[Register("component5", "()I", "")]
public int Component5()
Returns
- int
Component6()
[Register("component6", "()I", "")]
public int Component6()
Returns
- int
Component7()
[Register("component7", "()Ljava/lang/Integer;", "")]
public Integer Component7()
Returns
- Integer
Component8()
[Register("component8", "()Ljava/lang/Integer;", "")]
public Integer Component8()
Returns
- Integer
Component9()
[Register("component9", "()Ljava/lang/Integer;", "")]
public Integer Component9()
Returns
- Integer
Copy(bool, bool, BarcodeOverlayTextFormat, int, int, int, Integer, Integer, Integer)
[Register("copy", "(ZZLio/scanbot/sdk/barcode/ui/BarcodeOverlayTextFormat;IIILjava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)Lio/scanbot/sdk/ui/view/barcode/SelectionOverlayConfiguration;", "")]
public SelectionOverlayConfiguration Copy(bool overlayEnabled, bool automaticSelectionEnabled, BarcodeOverlayTextFormat textFormat, int polygonColor, int textColor, int textContainerColor, Integer highlightedPolygonColor, Integer highlightedTextColor, Integer highlightedTextContainerColor)
Parameters
overlayEnabled
bool
automaticSelectionEnabled
bool
textFormat
BarcodeOverlayTextFormat
polygonColor
int
textColor
int
textContainerColor
int
highlightedPolygonColor
Integer
highlightedTextColor
Integer
highlightedTextContainerColor
Integer
Returns
- SelectionOverlayConfiguration