Skip to main content
All docs
V26.1
  • ReviewStatus Enum

    Lists the annotation’s review statuses.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public enum ReviewStatus

    Members

    Name Description
    None

    No review status.

    Accepted

    The annotation is reviewed and accepted.

    Rejected

    The annotation is reviewed and rejected.

    Cancelled

    The annotation is reviewed and cancelled.

    Completed

    The annotation is reviewed and completed.

    Related API Members

    The following properties accept/return ReviewStatus values:

    Remarks

    Pass one of the enumeration values to the MarkupAnnotation.AddReview method to specify the review status.

    See Also