<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/IKScannerDeviceViewTransferMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:@E@IKScannerDeviceViewTransferMode"
  },
  "title" : "IKScannerDeviceViewTransferMode"
}
-->

# IKScannerDeviceViewTransferMode

These constants determine how the scanner data is returned to the delegate. They are used by the [`transferMode`](/documentation/Quartz/IKScannerDeviceView/transferMode) property.

```
@frozen enum IKScannerDeviceViewTransferMode
```

## Topics

### Constants

[`IKScannerDeviceViewTransferModeFileBased`](/documentation/Quartz/IKScannerDeviceViewTransferMode/fileBased)

The scanned content will be saved to the specified download directory.

[`IKScannerDeviceViewTransferModeMemoryBased`](/documentation/Quartz/IKScannerDeviceViewTransferMode/memoryBased)

The scanned data is returned to the delegate as a `NSData` object.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)