Back to Devexpress

Document.GetAuthors() Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-document-cad0222e.md

latest1.2 KB
Original Source

Document.GetAuthors() Method

Returns the list of the document’s authors.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
List<string> GetAuthors()
vb
Function GetAuthors As List(Of String)

Returns

TypeDescription
List<String>

A collection of String values, specifying the document authors.

|

See Also

Document Interface

Document Members

DevExpress.XtraRichEdit.API.Native Namespace