Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

HtmlDocumentExporterOptions.FootNoteNamePrefix Property

Gets or sets the string used to construct the name of the footnote reference in an exported document.

Namespace: DevExpress.XtraRichEdit.Export

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

[DefaultValue("")]
public string FootNoteNamePrefix { get; set; }

Property Value

Type Default Description
String String.Empty

A string used as a footnote name prefix.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FootNoteNamePrefix
WinForms Controls RichTextEditDocumentExportOptions
.Mht.FootNoteNamePrefix
Office File API RichEditDocumentExportOptions
.Mht.FootNoteNamePrefix

Remarks

The FootNoteNamePrefix specifies a prefix to compose a string that will be used as the name attribute of the Anchor tag in the resulting HTML document. By default, it is ‘_ftn’.

See Also