Click or drag to resize

BookmarkEndClone Method

Clones this BookmarkEnd instance.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public BookmarkEnd Clone()

Return Value

BookmarkEnd
Cloned BookmarkEnd.
Remarks

This method serves as a copy constructor for elements. The cloned element has no parent, but belongs to the same document as the original element.

If you want to insert this element into another document, then you should first import it into another document with ImportT(T, Boolean) method and then insert the imported element.

See Also