Back to Devexpress

PdfMarkupAnnotationFacade.Reviews Property

officefileapi-devexpress-dot-pdf-dot-pdfmarkupannotationfacade-443b0f7a.md

latest1.2 KB
Original Source

PdfMarkupAnnotationFacade.Reviews Property

Obtains annotation reviews.

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 applied to the annotation.

|

See Also

PdfMarkupAnnotationFacade Class

PdfMarkupAnnotationFacade Members

DevExpress.Pdf Namespace