Document.GetAuthors() Method
Returns the list of the document’s authors.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Returns
Type | Description |
---|---|
List<String> | A collection of String values, specifying the document authors. |
See Also