﻿# AnnotationState
The enumeration of states to which the original annotation can be set.

## Enum
Name | Type | Value | Description
------------ | ------------- | ------------- | -------------
**ACCEPTED** | **string** | 'Accepted' | The user agrees with the change.
**CANCELLED** | **string** | 'Cancelled' | The change has been cancelled.
**COMPLETED** | **string** | 'Completed' | The change has been completed.
**MARKED** | **string** | 'Marked' | The annotation has been marked by the user.
**NONE** | **string** | 'None' | The user has indicated nothing about the change.
**REJECTED** | **string** | 'Rejected' | The user disagrees with the change.
**UNDEFINED** | **string** | 'Undefined' | Not defined state.
**UNMARKED** | **string** | 'Unmarked' | The annotation has not been marked by the user.

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/AnnotationState.php)

