<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ImageCaptureCore",
  "identifier" : "/documentation/ImageCaptureCore/ICScannerFeature",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ImageCaptureCore"
    ],
    "preciseIdentifier" : "c:objc(cs)ICScannerFeature"
  },
  "title" : "ICScannerFeature"
}
-->

# ICScannerFeature

An abstract class that describes a scanner feature.

```
class ICScannerFeature
```

## Overview

The ImageCaptureCore framework defines three concrete subclasses of scanner features: [`ICScannerFeatureEnumeration`](/documentation/ImageCaptureCore/ICScannerFeatureEnumeration), [`ICScannerFeatureRange`](/documentation/ImageCaptureCore/ICScannerFeatureRange), and [`ICScannerFeatureBoolean`](/documentation/ImageCaptureCore/ICScannerFeatureBoolean). Scanner functional units may have one or more instances of these classes to allow users to choose scanner-specific settings or operations before performing a scan.

---

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)