Back to Devexpress

PdfMarkupAnnotationComment.AddReview(String, String) Method

officefileapi-devexpress-dot-pdf-dot-pdfmarkupannotationcomment-dot-addreview-x28-system-dot-string-system-dot-string-x29.md

latest1.4 KB
Original Source

PdfMarkupAnnotationComment.AddReview(String, String) Method

Adds a review to the comment.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public void AddReview(
    string author,
    string status
)
vb
Public Sub AddReview(
    author As String,
    status As String
)

Parameters

NameTypeDescription
authorString

The review’s author.

| | status | String |

The review status.

|

Remarks

Use this method overload if the PdfAnnotationReviewStatus enumeration does not contain the required review status.

See Also

PdfMarkupAnnotationComment Class

PdfMarkupAnnotationComment Members

DevExpress.Pdf Namespace