# AccessPermissions

## Content

# Enumeration: AccessPermissions

Defines access permissions granted by a signature to the signed document.

## Enumeration Members

### FormFilling

```ts
FormFilling: 2;
```

Permitted changes are filling in forms, instantiating page templates, and signing;
other changes invalidate the signature.

***

### FormFillingAndAnnotations

```ts
FormFillingAndAnnotations: 3;
```

Permitted changes are the same as for <see cref="FormFilling"/>, as well as annotation creation, deletion, and modification;
other changes invalidate the signature.

***

### NoChanges

```ts
NoChanges: 1;
```

No changes to the document are permitted; any change to the document invalidates the signature.
