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
cameraViewIScanbotCameraViewdocumentScannerFrameHandlerDocumentScannerFrameHandler
DocumentAutoSnappingController(IScanbotCameraView, DocumentScannerFrameHandler, bool, DefaultConstructorMarker)
public DocumentAutoSnappingController(IScanbotCameraView cameraView, DocumentScannerFrameHandler documentScannerFrameHandler, bool needDetachFromView, DefaultConstructorMarker _constructor_marker)
Parameters
cameraViewIScanbotCameraViewdocumentScannerFrameHandlerDocumentScannerFrameHandlerneedDetachFromViewbool_constructor_markerDefaultConstructorMarker
Methods
Attach(IScanbotCameraView, DocumentScannerFrameHandler)
public static DocumentAutoSnappingController Attach(IScanbotCameraView cameraView, DocumentScannerFrameHandler frameHandler)
Parameters
cameraViewIScanbotCameraViewframeHandlerDocumentScannerFrameHandler
Returns
Attach(IScanbotCameraView, IDocumentScanner)
public static DocumentAutoSnappingController Attach(IScanbotCameraView cameraView, IDocumentScanner documentScanner)
Parameters
cameraViewIScanbotCameraViewdocumentScannerIDocumentScanner
Returns
Detach()
public override void Detach()
OnPictureTakenInternal(byte[], int, IList<PointF>, bool)
public void OnPictureTakenInternal(byte[] image, int imageOrientation, IList<PointF> finderRect, bool isCapturedAutomatically)