---
title: allowsContentAccessibility
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfdocument/allowscontentaccessibility
---

# allowsContentAccessibility

A Boolean value indicating whether you can extract content from the document, but only for the purpose of accessibility.

## Declaration

```swift
var allowsContentAccessibility: Bool { get }
```

## See Also

### Getting Permissions

- [allowsCopying](pdfkit/pdfdocument/allowscopying.md)
- [allowsPrinting](pdfkit/pdfdocument/allowsprinting.md)
- [allowsCommenting](pdfkit/pdfdocument/allowscommenting.md)
- [allowsDocumentAssembly](pdfkit/pdfdocument/allowsdocumentassembly.md)
- [allowsDocumentChanges](pdfkit/pdfdocument/allowsdocumentchanges.md)
- [allowsFormFieldEntry](pdfkit/pdfdocument/allowsformfieldentry.md)
