Table of Contents

Class SnapDocumentImageOnImageWithResultEventArgs

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SnapDocumentImageOnImageWithResultEventArgs : EventArgs
Inheritance
SnapDocumentImageOnImageWithResultEventArgs
Inherited Members

Constructors

SnapDocumentImageOnImageWithResultEventArgs(UIImage, UIImage, SBSDKDocumentDetectorResult?, bool)

public SnapDocumentImageOnImageWithResultEventArgs(UIImage documentImage, UIImage originalImage, SBSDKDocumentDetectorResult? result, bool autoSnapped)

Parameters

documentImage UIImage
originalImage UIImage
result SBSDKDocumentDetectorResult
autoSnapped bool

Properties

AutoSnapped

public bool AutoSnapped { get; set; }

Property Value

bool

DocumentImage

public UIImage DocumentImage { get; set; }

Property Value

UIImage

OriginalImage

public UIImage OriginalImage { get; set; }

Property Value

UIImage

Result

public SBSDKDocumentDetectorResult? Result { get; set; }

Property Value

SBSDKDocumentDetectorResult