Skip to main content
All docs
V26.1
  • MarkupAnnotation.GetReviewHistory(Page) Method

    Obtains the annotation reviews.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public IReadOnlyCollection<ReviewHistoryItem> GetReviewHistory(
        Page page
    )

    Parameters

    Name Type Description
    page Page

    The page where the annotation is located.

    Returns

    Type Description
    IReadOnlyCollection<ReviewHistoryItem>

    A list of reviews added to the annotation.

    See Also