Skip to main content
All docs
V26.1
  • MarkupAnnotation.AddReview(Page, String, ReviewStatus) Method

    Adds a review to the annotation.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public TextAnnotation AddReview(
        Page page,
        string author,
        ReviewStatus reviewStatus
    )

    Parameters

    Name Type Description
    page Page

    The page where the annotation is located.

    author String

    The author of the review.

    reviewStatus ReviewStatus

    The review status.

    Returns

    Type Description
    TextAnnotation

    The annotation.

    See Also