Back to Devexpress

PdfMarkupAnnotationComment.Replies Property

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

latest1.2 KB
Original Source

PdfMarkupAnnotationComment.Replies Property

Retrieves all nested 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.

|

See Also

PdfMarkupAnnotationComment Class

PdfMarkupAnnotationComment Members

DevExpress.Pdf Namespace