Table of Contents

Class FailExtractionWithErrorEventArgs

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class FailExtractionWithErrorEventArgs : EventArgs
Inheritance
FailExtractionWithErrorEventArgs
Inherited Members
Extension Methods

Constructors

FailExtractionWithErrorEventArgs(NSError)

public FailExtractionWithErrorEventArgs(NSError error)

Parameters

error NSError

Properties

Error

public NSError Error { get; set; }

Property Value

NSError