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