Skip to main content
A newer version of this page is available. .
All docs
V20.2

DXRichEditDotxDocumentExporterOptions.LimitBookmarkNameTo40Chars Property

Gets or sets whether bookmark names longer than 40 characters should be automatically renamed in the exported file. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public bool LimitBookmarkNameTo40Chars { get; set; }

Property Value

Type Description
Boolean

true, to automatically rename bookmarks with name length of 40 characters or more; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to LimitBookmarkNameTo40Chars
DXRichEditDocumentExportOptions
.DotxOptions .LimitBookmarkNameTo40Chars

Remarks

Microsoft Word has a 40 character bookmark name limit. The LimitBookmarkNameTo40Chars property allows you to validate bookmark names and shorten the names which are longer than 40 chars. The bookmark name is truncated, and several digits are added to the end to ensure uniqueness.

See Also