MonobjcMonobjc Documented Class Library
ScannerDeviceViewDidScanToURLFileDataError Method (scannerDeviceView, url, data, error)
NamespacesMonobjc.QuartzIIKScannerDeviceViewDelegateScannerDeviceViewDidScanToURLFileDataError(IKScannerDeviceView, NSURL, NSData, NSError)

Invoked when the scan has completed and the data is available.

Original signature is '- (void)scannerDeviceView:(IKScannerDeviceView *)scannerDeviceView didScanToURL:(NSURL *)url fileData:(NSData *)data error:(NSError *)error'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
void ScannerDeviceViewDidScanToURLFileDataError(
	IKScannerDeviceView scannerDeviceView,
	NSURL url,
	NSData data,
	NSError error
)
Sub ScannerDeviceViewDidScanToURLFileDataError ( _
	scannerDeviceView As IKScannerDeviceView, _
	url As NSURL, _
	data As NSData, _
	error As NSError _
)
void ScannerDeviceViewDidScanToURLFileDataError(
	IKScannerDeviceView^ scannerDeviceView, 
	NSURL^ url, 
	NSData^ data, 
	NSError^ error
)
Parameters
scannerDeviceView (IKScannerDeviceView)
The scanner device that sent the message.
url (NSURL)
The URL to save the data.
data (NSData)
The data from the scan.
error (NSError)
Any error encountered during the scan.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)