Back to Devexpress

PdfMarkupAnnotationFacade.RemoveReply(PdfMarkupAnnotationComment) Method

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

latest1.4 KB
Original Source

PdfMarkupAnnotationFacade.RemoveReply(PdfMarkupAnnotationComment) Method

Removes 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

PdfMarkupAnnotationFacade Class

PdfMarkupAnnotationFacade Members

DevExpress.Pdf Namespace