MarkupAnnotation.AddReply(Page, String, String) Method
Adds a comment to the document 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 comment’s author. |
| contents | String | The comment’s text. |
Returns
| Type | Description |
|---|---|
| TextAnnotation | The annotation. |
See Also