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 removedExceptions
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