---
title: "scannerDevice(_:didScanTo:)"
framework: imagecapturecore
role: symbol
role_heading: Instance Method
path: "imagecapturecore/icscannerdevicedelegate/scannerdevice(_:didscanto:)-10whl"
---

# scannerDevice(_:didScanTo:)

Tells the client when the scanner receives the requested scan.

## Declaration

```swift
optional func scannerDevice(_ scanner: ICScannerDevice, didScanTo url: URL)
```

## Discussion

Discussion If the selectedFunctionalUnit is a document feeder, then this message is sent once for each scanned page.

## See Also

### Performing a Scan

- [scannerDevice(_:didCompleteOverviewScanWithError:)](imagecapturecore/icscannerdevicedelegate/scannerdevice(_:didcompleteoverviewscanwitherror:).md)
- [scannerDevice(_:didCompleteScanWithError:)](imagecapturecore/icscannerdevicedelegate/scannerdevice(_:didcompletescanwitherror:).md)
- [scannerDevice(_:didScanTo:)](imagecapturecore/icscannerdevicedelegate/scannerdevice(_:didscanto:)-6tht3.md)
