Class SBSDKBarcodeTrackingOverlayController
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKBarcodeTrackingOverlayController : NSObject
- Inheritance
-
SBSDKBarcodeTrackingOverlayController
Constructors
SBSDKBarcodeTrackingOverlayController()
public SBSDKBarcodeTrackingOverlayController()
SBSDKBarcodeTrackingOverlayController(NSObjectFlag)
protected SBSDKBarcodeTrackingOverlayController(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKBarcodeTrackingOverlayController(NativeHandle)
protected SBSDKBarcodeTrackingOverlayController(NativeHandle handle)
Parameters
handle
NativeHandle
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Configuration
public virtual SBSDKBarcodeTrackingOverlayConfiguration Configuration { get; set; }
Property Value
- SBSDKBarcodeTrackingOverlayConfiguration
CustomViewFor
public CustomViewForFunc? CustomViewFor { get; set; }
Property Value
- CustomViewForFunc
Delegate
public SBSDKBarcodeTrackingOverlayControllerDelegate? Delegate { get; set; }
Property Value
- SBSDKBarcodeTrackingOverlayControllerDelegate
IsHidden
public virtual bool IsHidden { get; set; }
Property Value
- bool
PolygonStyleFor
public PolygonStyleForFunc? PolygonStyleFor { get; set; }
Property Value
- PolygonStyleForFunc
TextStyleFor
public TextStyleForFunc? TextStyleFor { get; set; }
Property Value
- TextStyleForFunc
WeakDelegate
public virtual NSObject? WeakDelegate { get; set; }
Property Value
- NSObject
Methods
Dispose(bool)
protected override void Dispose(bool disposing)
Parameters
disposing
bool
Reset()
public virtual void Reset()
Events
DidChangeSelectedBarcodes
public event EventHandler<ChangeSelectedBarcodesEventArgs> DidChangeSelectedBarcodes
Event Type
- EventHandler<ChangeSelectedBarcodesEventArgs>
DidCreateCustomView
public event EventHandler<CreateCustomViewEventArgs> DidCreateCustomView
Event Type
- EventHandler<CreateCustomViewEventArgs>
DidTapOnBarcode
public event EventHandler<TapOnBarcodeEventArgs> DidTapOnBarcode
Event Type
- EventHandler<TapOnBarcodeEventArgs>
UpdateCustomView
public event EventHandler<UpdateCustomViewEventArgs> UpdateCustomView
Event Type
- EventHandler<UpdateCustomViewEventArgs>