---
title: ICScannerBitDepth
framework: imagecapturecore
role: symbol
role_heading: Enumeration
path: imagecapturecore/icscannerbitdepth
---

# ICScannerBitDepth

The number of bits per channel in the scanned image.

## Declaration

```swift
enum ICScannerBitDepth
```

## Topics

### Constants

- [ICScannerBitDepth.depth16Bits](imagecapturecore/icscannerbitdepth/depth16bits.md)
- [ICScannerBitDepth.depth1Bit](imagecapturecore/icscannerbitdepth/depth1bit.md)
- [ICScannerBitDepth.depth8Bits](imagecapturecore/icscannerbitdepth/depth8bits.md)

### Initializers

- [init(rawValue:)](imagecapturecore/icscannerbitdepth/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
