Click or drag to resize

PdfAnnotState Enumeration

Annotations can have author-specific state associated with them.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public enum PdfAnnotState
Members
  Member nameValueDescription
Marked0 The annotation has been marked by the user.
Unmarked1 The annotation has not been marked by the user.
Accepted2 The user agrees with the change.
Rejected3 The user disagrees with the change.
Canceled4 The change has been canceled.
Comleted5 The change has been completed.
None6 The user has indicated nothing about the change.
See Also