---
title: hasDisplayModeAdvanced
framework: quartz
role: symbol
role_heading: Instance Property
path: quartz/ikscannerdeviceview/hasdisplaymodeadvanced
---

# hasDisplayModeAdvanced

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

## Declaration

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

## Discussion

Discussion If you create an IKScannerDeviceView object programmatically and want to use the advanced display mode, do the following: Set this property to true. Set IKScannerDeviceViewDisplayMode.simple to false. Set mode to IKScannerDeviceViewDisplayMode.advanced. The default value for this property is false.

## See Also

### Setting the Device View’s Display Mode

- [mode](quartz/ikscannerdeviceview/mode.md)
- [hasDisplayModeSimple](quartz/ikscannerdeviceview/hasdisplaymodesimple.md)
