Table of Contents

Class ScanbotCameraXViewExtensions

Namespace
IO.Scanbot.Sdk.UI.Camera
Assembly
DocumentSDK.NET.Droid.dll
public static class ScanbotCameraXViewExtensions
Inheritance
ScanbotCameraXViewExtensions
Inherited Members

Methods

AddPictureCallback(ScanbotCameraXView, Action<byte[], CaptureInfo>)

public static void AddPictureCallback(this ScanbotCameraXView cameraView, Action<byte[], CaptureInfo> onPictureTaken)

Parameters

cameraView ScanbotCameraXView
onPictureTaken Action<byte[], CaptureInfo>

Attach(ScanbotCameraXView, IFrameHandlerWrapper)

public static void Attach(this ScanbotCameraXView cameraView, IFrameHandlerWrapper handler)

Parameters

cameraView ScanbotCameraXView
handler IFrameHandlerWrapper

SetCameraOpenCallback(ScanbotCameraXView, Action)

public static void SetCameraOpenCallback(this ScanbotCameraXView cameraView, Action onCameraOpened)

Parameters

cameraView ScanbotCameraXView
onCameraOpened Action