Back to Devexpress

PdfMarkupAnnotationComment.Reviews Property

officefileapi-devexpress-dot-pdf-dot-pdfmarkupannotationcomment-c692878c.md

latest1.2 KB
Original Source

PdfMarkupAnnotationComment.Reviews Property

Retrieves the reviews applied to the comment.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public IReadOnlyCollection<PdfMarkupAnnotationReview> Reviews { get; }
vb
Public ReadOnly Property Reviews As IReadOnlyCollection(Of PdfMarkupAnnotationReview)

Property Value

TypeDescription
IReadOnlyCollection<PdfMarkupAnnotationReview>

A collection of reviews.

|

See Also

PdfMarkupAnnotationComment Class

PdfMarkupAnnotationComment Members

DevExpress.Pdf Namespace