Table of Contents

Class SBSDKBarcodeScanAndCountViewControllerDelegate_Extensions

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public static class SBSDKBarcodeScanAndCountViewControllerDelegate_Extensions
Inheritance
SBSDKBarcodeScanAndCountViewControllerDelegate_Extensions
Inherited Members

Methods

DidStartScanning(ISBSDKBarcodeScanAndCountViewControllerDelegate, SBSDKBarcodeScanAndCountViewController)

public static void DidStartScanning(this ISBSDKBarcodeScanAndCountViewControllerDelegate This, SBSDKBarcodeScanAndCountViewController controller)

Parameters

This ISBSDKBarcodeScanAndCountViewControllerDelegate
controller SBSDKBarcodeScanAndCountViewController

FilterResults(ISBSDKBarcodeScanAndCountViewControllerDelegate, SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeItem[])

public static SBSDKBarcodeItem[] FilterResults(this ISBSDKBarcodeScanAndCountViewControllerDelegate This, SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeItem[] codes)

Parameters

This ISBSDKBarcodeScanAndCountViewControllerDelegate
controller SBSDKBarcodeScanAndCountViewController
codes SBSDKBarcodeItem[]

Returns

SBSDKBarcodeItem[]

OverlayForBarcode(ISBSDKBarcodeScanAndCountViewControllerDelegate, SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeItem)

public static UIView? OverlayForBarcode(this ISBSDKBarcodeScanAndCountViewControllerDelegate This, SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeItem code)

Parameters

This ISBSDKBarcodeScanAndCountViewControllerDelegate
controller SBSDKBarcodeScanAndCountViewController
code SBSDKBarcodeItem

Returns

UIView

PolygonStyleForBarcode(ISBSDKBarcodeScanAndCountViewControllerDelegate, SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeItem)

public static SBSDKScanAndCountPolygonStyle PolygonStyleForBarcode(this ISBSDKBarcodeScanAndCountViewControllerDelegate This, SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeItem code)

Parameters

This ISBSDKBarcodeScanAndCountViewControllerDelegate
controller SBSDKBarcodeScanAndCountViewController
code SBSDKBarcodeItem

Returns

SBSDKScanAndCountPolygonStyle