Back to Devexpress

PdfMarkupAnnotationComment.RemoveReply(PdfMarkupAnnotationComment) Method

officefileapi-devexpress-dot-pdf-dot-pdfmarkupannotationcomment-dot-removereply-x28-devexpress-dot-pdf-dot-pdfmarkupannotationcomment-x29.md

latest1.4 KB
Original Source

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

csharp
public bool RemoveReply(
    PdfMarkupAnnotationComment reply
)
vb
Public Function RemoveReply(
    reply As PdfMarkupAnnotationComment
) As Boolean

Parameters

NameTypeDescription
replyPdfMarkupAnnotationComment

The comment that should be removed.

|

Returns

TypeDescription
Boolean

true , if the comment is removed successfully; otherwise, false.

|

See Also

PdfMarkupAnnotationComment Class

PdfMarkupAnnotationComment Members

DevExpress.Pdf Namespace