Back to Devexpress

PdfMarkupAnnotationData.Replies Property

officefileapi-devexpress-dot-pdf-dot-pdfmarkupannotationdata.md

latest1.2 KB
Original Source

PdfMarkupAnnotationData.Replies Property

Obtains the 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

PdfMarkupAnnotationData Class

PdfMarkupAnnotationData Members

DevExpress.Pdf Namespace