Share via


IIKScannerDeviceViewDelegate Interface

Definition

This interface represents the Objective-C protocol IKScannerDeviceViewDelegate.

[Foundation.Protocol(Name="IKScannerDeviceViewDelegate", WrapperType=typeof(ImageKit.IKScannerDeviceViewDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidScan", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKScannerDeviceView), typeof(Foundation.NSUrl), typeof(Foundation.NSData), typeof(Foundation.NSError) }, Selector="scannerDeviceView:didScanToURL:fileData:error:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEncounterError", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKScannerDeviceView), typeof(Foundation.NSError) }, Selector="scannerDeviceView:didEncounterError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidScanToUrl", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKScannerDeviceView), typeof(Foundation.NSUrl), typeof(Foundation.NSError) }, Selector="scannerDeviceView:didScanToURL:error:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidScanToBandData", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKScannerDeviceView), typeof(ImageCaptureCore.ICScannerBandData), typeof(Foundation.NSDictionary), typeof(Foundation.NSError) }, Selector="scannerDeviceView:didScanToBandData:scanInfo:error:")]
public interface IIKScannerDeviceViewDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="IKScannerDeviceViewDelegate", WrapperType=typeof(ImageKit.IKScannerDeviceViewDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidScan", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKScannerDeviceView), typeof(Foundation.NSUrl), typeof(Foundation.NSData), typeof(Foundation.NSError) }, Selector="scannerDeviceView:didScanToURL:fileData:error:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEncounterError", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKScannerDeviceView), typeof(Foundation.NSError) }, Selector="scannerDeviceView:didEncounterError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidScanToUrl", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKScannerDeviceView), typeof(Foundation.NSUrl), typeof(Foundation.NSError) }, Selector="scannerDeviceView:didScanToURL:error:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidScanToBandData", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKScannerDeviceView), typeof(ImageCaptureCore.ICScannerBandData), typeof(Foundation.NSDictionary), typeof(Foundation.NSError) }, Selector="scannerDeviceView:didScanToBandData:scanInfo:error:")>]
type IIKScannerDeviceViewDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
DidEncounterError(IKScannerDeviceView, NSError)
DidScan(IKScannerDeviceView, NSUrl, NSData, NSError)
DidScanToBandData(IKScannerDeviceView, ICScannerBandData, NSDictionary, NSError)
DidScanToUrl(IKScannerDeviceView, NSUrl, NSError)

Extension Methods

Name Description
DidEncounterError(IIKScannerDeviceViewDelegate, IKScannerDeviceView, NSError)
DidScan(IIKScannerDeviceViewDelegate, IKScannerDeviceView, NSUrl, NSData, NSError)
DidScanToBandData(IIKScannerDeviceViewDelegate, IKScannerDeviceView, ICScannerBandData, NSDictionary, NSError)
DidScanToUrl(IIKScannerDeviceViewDelegate, IKScannerDeviceView, NSUrl, NSError)
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to