Skip to main content

Document.GetAuthors() Method

Returns the list of the document’s authors.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

List<string> GetAuthors()

Returns

Type Description
List<String>

A collection of String values, specifying the document authors.

See Also