Back to Devexpress

PdfMarkupAnnotationFacade.Replies Property

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

latest1.2 KB
Original Source

PdfMarkupAnnotationFacade.Replies Property

Obtains annotation comments.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public IReadOnlyList<PdfMarkupAnnotationComment> Replies { get; }
vb
Public ReadOnly Property Replies As IReadOnlyList(Of PdfMarkupAnnotationComment)

Property Value

TypeDescription
IReadOnlyList<PdfMarkupAnnotationComment>

A list of comments added to the annotation.

|

See Also

PdfMarkupAnnotationFacade Class

PdfMarkupAnnotationFacade Members

DevExpress.Pdf Namespace