Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Introduced in build 8.4

Description

Sets a list of bookmarks to be removed from the document.

C#
vb.net

Parameters

bookmarks
An array of strings containing the names of all the bookmarks to be removed

Exceptions

SAException
BookmarksToRemove will throw this exception if a bookmark in the list has been set as a Repeat Block
NullArgumentException
BookmarksToRemove will throw this exception if bookmarks is null.

Remarks

This feature is available in OOXML files (DOCX/DOCM) only.

Removing a bookmark will remove anything that is inside that bookmark.

Examples

C#
vb.net
  • No labels