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