Back to Devexpress

PdfCommentFilter.Authors Property

officefileapi-devexpress-dot-pdf-dot-pdfcommentfilter.md

latest1.1 KB
Original Source

PdfCommentFilter.Authors Property

Retrieves a list of authors whose annotations should be displayed.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
public ISet<string> Authors { get; }
vb
Public ReadOnly Property Authors As ISet(Of String)

Property Value

TypeDescription
ISet<String>

A list of annotation authors.

|

See Also

PdfCommentFilter Class

PdfCommentFilter Members

DevExpress.Pdf Namespace