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

    Adds a comment to the document annotation.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public TextAnnotation AddReply(
        Page page,
        string author,
        string contents
    )

    Parameters

    Name Type Description
    page Page

    The page where the annotation is located.

    author String

    The comment’s author.

    contents String

    The comment’s text.

    Returns

    Type Description
    TextAnnotation

    The annotation.

    See Also