Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

PdfMarkupAnnotationData.RemoveReply(PdfMarkupAnnotationComment) Method

Removes the specific comment from the annotation.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool RemoveReply(
    PdfMarkupAnnotationComment reply
)

Parameters

Name Type Description
reply PdfMarkupAnnotationComment

The comment to be removed.

Returns

Type Description
Boolean

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

See Also