Table of Contents

Class SnappedDocumentResultEventArgs

Namespace
ScanbotSDK.MAUI.Document.ClassicComponent
Assembly
DocumentSDK.MAUI.dll
public class SnappedDocumentResultEventArgs : EventArgs
Inheritance
SnappedDocumentResultEventArgs
Inherited Members

Constructors

SnappedDocumentResultEventArgs(ImageRef, ImageRef?, DocumentDetectionResult?)

public SnappedDocumentResultEventArgs(ImageRef originalImage, ImageRef? documentImage, DocumentDetectionResult? result)

Parameters

originalImage ImageRef
documentImage ImageRef
result DocumentDetectionResult

Properties

DocumentImage

public ImageRef? DocumentImage { get; set; }

Property Value

ImageRef

OriginalImage

public ImageRef OriginalImage { get; set; }

Property Value

ImageRef

Result

public DocumentDetectionResult? Result { get; set; }

Property Value

DocumentDetectionResult