Back to Devexpress

PdfMarkupAnnotationFacade.AddReview(String, String) Method

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

latest1.2 KB
Original Source

PdfMarkupAnnotationFacade.AddReview(String, String) Method

Adds a review to the annotation.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

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

Parameters

NameTypeDescription
authorString

The author of the review.

| | reviewStatus | String |

The review status.

|

See Also

PdfMarkupAnnotationFacade Class

PdfMarkupAnnotationFacade Members

DevExpress.Pdf Namespace