Back to Devexpress

PdfMarkupAnnotationData.RemoveReply(PdfMarkupAnnotationComment) Method

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

latest1.4 KB
Original Source

PdfMarkupAnnotationData.RemoveReply(PdfMarkupAnnotationComment) Method

Removes the specific comment from the annotation.

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 to be removed.

|

Returns

TypeDescription
Boolean

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

|

See Also

PdfMarkupAnnotationData Class

PdfMarkupAnnotationData Members

DevExpress.Pdf Namespace