MarkupAnnotation.AddReview(Page, String, ReviewStatus) Method
Adds a review to the annotation.
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. |
| author | String | The author of the review. |
| reviewStatus | ReviewStatus | The review status. |
Returns
| Type | Description |
|---|---|
| TextAnnotation | The annotation. |
See Also