Skip to main content

TdxBookmarkOptions.AllowNameResolution Property

Specifies if duplicate bookmark names are replaced with automatically generated unique names.

Declaration

property AllowNameResolution: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

The AllowNameResolution property value determines how bookmarks with duplicate names are handled in a document. By default, bookmarks with duplicating names are removed. Setting the AllowNameResolution property to True allows you to keep such bookmarks in the document by replacing duplicate names with unique names generated by adding an underscore and an ordinal number to the original bookmark name.

The AllowNameResolution property’s default value is False.

See Also