Skip to main content
All docs
V26.1
  • MarkupAnnotation.RemoveReply(Page, MarkupAnnotation) Method

    Removes the specific comment from the annotation.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public bool RemoveReply(
        Page page,
        MarkupAnnotation reply
    )

    Parameters

    Name Type Description
    page Page

    The page where the annotation is located.

    reply MarkupAnnotation

    The comment to be removed.

    Returns

    Type Description
    Boolean

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

    See Also