MarkupAnnotation.GetReviewHistory(Page) Method
Obtains the annotation reviews.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
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