PSPDFAnnotationAuthorState
Objective-C
enum PSPDFAnnotationAuthorState {}
The types of author-specific state that may be associated with an annotation.
States are grouped into categories defined by PSPDFAnnotationAuthorStateModel
.
See the Annotation States section in the PDF specification.
-
The value when
PSPDFAnnotationAuthorStateModel
isPSPDFAnnotationAuthorStateModelUnspecified
. Think of this as nil.Declaration
Objective-C
PSPDFAnnotationAuthorStateUnspecified
-
The annotation has been marked by the user.
Declaration
Objective-C
PSPDFAnnotationAuthorStateMarked
-
The annotation has not been marked by the user (the default for
PSPDFAnnotationAuthorStateModelMarked
).Declaration
Objective-C
PSPDFAnnotationAuthorStateUnmarked
-
The user agrees with the change.
Declaration
Objective-C
PSPDFAnnotationAuthorStateAccepted
-
The user disagrees with the change.
Declaration
Objective-C
PSPDFAnnotationAuthorStateRejected
-
The change has been cancelled.
Declaration
Objective-C
PSPDFAnnotationAuthorStateCancelled
-
The change has been completed.
Declaration
Objective-C
PSPDFAnnotationAuthorStateCompleted
-
The user has indicated nothing about the change (the default for
PSPDFAnnotationAuthorStateModelReview
).Declaration
Objective-C
PSPDFAnnotationAuthorStateNone