PdfMarkupAnnotationComment.RemoveReply(PdfMarkupAnnotationComment) Method
Removes the specified nested comment.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v25.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| reply | PdfMarkupAnnotationComment | The comment that should be removed. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the comment is removed successfully; otherwise, false. |
See Also