Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Container Class / InsertBookmark Method
The name for the Bookmark to insert.


In This Topic
    InsertBookmark Method
    In This Topic
    Inserts a Bookmark to this Container.
    Syntax
    'Declaration
     
    Public Overridable Function InsertBookmark( _
       ByVal bookmarkName As String _
    ) As Paragraph
    'Usage
     
    Dim instance As Container
    Dim bookmarkName As String
    Dim value As Paragraph
     
    value = instance.InsertBookmark(bookmarkName)
    public virtual Paragraph InsertBookmark( 
       string bookmarkName
    )

    Parameters

    bookmarkName
    The name for the Bookmark to insert.

    Return Value

    The Paragraph with the new bookmark added.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also