Class DocumentAutoSnappingController
public sealed class DocumentAutoSnappingController : BaseDocumentAutoSnappingController, IAutoSnappingController, IBasePictureCallback, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
DocumentAutoSnappingController
- Implements
- Inherited Members
Constructors
DocumentAutoSnappingController(IScanbotCameraView, DocumentScannerFrameHandler)
public DocumentAutoSnappingController(IScanbotCameraView cameraView, DocumentScannerFrameHandler documentScannerFrameHandler)
Parameters
cameraView
IScanbotCameraViewdocumentScannerFrameHandler
DocumentScannerFrameHandler
DocumentAutoSnappingController(IScanbotCameraView, DocumentScannerFrameHandler, bool, DefaultConstructorMarker)
public DocumentAutoSnappingController(IScanbotCameraView cameraView, DocumentScannerFrameHandler documentScannerFrameHandler, bool needDetachFromView, DefaultConstructorMarker _constructor_marker)
Parameters
cameraView
IScanbotCameraViewdocumentScannerFrameHandler
DocumentScannerFrameHandlerneedDetachFromView
bool_constructor_marker
DefaultConstructorMarker
Methods
Attach(IScanbotCameraView, DocumentScannerFrameHandler)
public static DocumentAutoSnappingController Attach(IScanbotCameraView cameraView, DocumentScannerFrameHandler frameHandler)
Parameters
cameraView
IScanbotCameraViewframeHandler
DocumentScannerFrameHandler
Returns
Attach(IScanbotCameraView, IDocumentScanner)
public static DocumentAutoSnappingController Attach(IScanbotCameraView cameraView, IDocumentScanner documentScanner)
Parameters
cameraView
IScanbotCameraViewdocumentScanner
IDocumentScanner
Returns
Detach()
public override void Detach()
OnPictureTakenInternal(byte[], int, IList<PointF>, bool)
public void OnPictureTakenInternal(byte[] image, int imageOrientation, IList<PointF> finderRect, bool isCapturedAutomatically)