<!--
{
  "availability" : [
    "macOS: 10.6.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/IKScannerDeviceView/hasDisplayModeAdvanced",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:objc(cs)IKScannerDeviceView(py)hasDisplayModeAdvanced"
  },
  "title" : "hasDisplayModeAdvanced"
}
-->

# hasDisplayModeAdvanced

The property that determines whether the scanner view uses the advanced display mode.

```
var hasDisplayModeAdvanced: Bool { get set }
```

## Discussion

If you create an `IKScannerDeviceView` object programmatically and want to use the advanced display mode, do the following:

- Set this property to <doc://com.apple.documentation/documentation/Swift/true>.
- Set [`IKScannerDeviceViewDisplayMode.simple`](/documentation/Quartz/IKScannerDeviceViewDisplayMode/simple) to <doc://com.apple.documentation/documentation/Swift/false>.
- Set [`mode`](/documentation/Quartz/IKScannerDeviceView/mode) to [`IKScannerDeviceViewDisplayMode.advanced`](/documentation/Quartz/IKScannerDeviceViewDisplayMode/advanced).

The default value for this property is <doc://com.apple.documentation/documentation/Swift/false>.

---

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)