<!--
{
  "documentType" : "article",
  "framework" : "PDFKit",
  "identifier" : "/documentation/PDFKit/permission-properties",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Permission Properties"
}
-->

# Permission Properties

Properties that specify what functions are allowed for a PDF document.

## Topics

### Getting Permissions

[`allowsCopying`](/documentation/PDFKit/PDFDocument/allowsCopying)

A Boolean value indicating whether the document allows copying of content to the Pasteboard.

[`allowsPrinting`](/documentation/PDFKit/PDFDocument/allowsPrinting)

A Boolean value indicating whether the document allows printing.

[`allowsCommenting`](/documentation/PDFKit/PDFDocument/allowsCommenting)

A Boolean value indicating whether you can create or modify document annotations, including form field entries.

[`allowsContentAccessibility`](/documentation/PDFKit/PDFDocument/allowsContentAccessibility)

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

[`allowsDocumentAssembly`](/documentation/PDFKit/PDFDocument/allowsDocumentAssembly)

A Boolean value indicating whether you can manage a document by inserting, deleting, and rotating pages.

[`allowsDocumentChanges`](/documentation/PDFKit/PDFDocument/allowsDocumentChanges)

A Boolean value indicating whether you can modify the document contents except for document attributes.

[`allowsFormFieldEntry`](/documentation/PDFKit/PDFDocument/allowsFormFieldEntry)

A Boolean value indicating whether you can modify form field entries even if you can’t edit document annotations.



---

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)