Class SBSDKBarcodeTrackingOverlayConfiguration
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKBarcodeTrackingOverlayConfiguration : NSObject
- Inheritance
-
SBSDKBarcodeTrackingOverlayConfiguration
Constructors
SBSDKBarcodeTrackingOverlayConfiguration()
public SBSDKBarcodeTrackingOverlayConfiguration()
SBSDKBarcodeTrackingOverlayConfiguration(NSObjectFlag?)
protected SBSDKBarcodeTrackingOverlayConfiguration(NSObjectFlag? t)
Parameters
t
NSObjectFlag
SBSDKBarcodeTrackingOverlayConfiguration(NativeHandle?)
protected SBSDKBarcodeTrackingOverlayConfiguration(NativeHandle? handle)
Parameters
handle
NativeHandle
Properties
ClassHandle
public override NativeHandle? ClassHandle { get; }
Property Value
- NativeHandle
CustomView
public virtual SBSDKTrackedBarcodeInfoViewable? CustomView { get; set; }
Property Value
- SBSDKTrackedBarcodeInfoViewable
CustomViewType
public virtual SBSDKTrackedBarcodeInfoViewable? CustomViewType { get; set; }
Property Value
- SBSDKTrackedBarcodeInfoViewable
IsAutomaticSelectionEnabled
public virtual bool IsAutomaticSelectionEnabled { get; set; }
Property Value
- bool
IsSelectable
public virtual bool IsSelectable { get; set; }
Property Value
- bool
PolygonStyle
public virtual SBSDKBarcodeTrackedViewPolygonStyle PolygonStyle { get; set; }
Property Value
- SBSDKBarcodeTrackedViewPolygonStyle
TextStyle
public virtual SBSDKBarcodeTrackedViewTextStyle TextStyle { get; set; }
Property Value
- SBSDKBarcodeTrackedViewTextStyle
Methods
Dispose(bool)
protected override void Dispose(bool disposing)
Parameters
disposing
bool