Id Capture Overlay#
Defined under the namespace Scandit.Datacapture.Id.Ui
-
IdCaptureOverlay
# class IdCaptureOverlay
: DataCaptureOverlayAdded in version 6.6.0
Overlay for the IdCapture capture mode that displays viewfinders based on scanned document type on top of a data capture view.
-
withIdCaptureForView(idCapture, view)
# static
withIdCaptureForView
(idCapture: IdCapture, view: DataCaptureView | null): IdCaptureOverlayAdded in version 6.6.0
Constructs a new id capture overlay for the provided id capture instance. When passing a non-null view instance, the overlay is automatically added to the view.
-
withIdCapture(idCapture)
static
withIdCapture
(idCapture: IdCapture): IdCaptureOverlayAdded in version 6.6.0
Constructs a new id capture overlay for the provided id capture instance. For the overlay to be displayed on screen, it must be added to a DataCaptureView.
-