VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCopyCommand Class / SetBookmarkContainer(String) Method
Syntax Requirements SeeAlso
In This Topic
    SetBookmarkContainer(String) Method (PdfDocumentCopyCommand)
    In This Topic
    Sets the bookmark container, where bookmark tree from target PDF document must be added to the source PDF document.
    Syntax
    'Declaration
    
    Public Function SetBookmarkContainer( _
    ByVal bookmarkTitle
    Title of bookmark that must be used as container (root) for bookmarks added from target PDF document.
    As System.String _
    ) As Vintasoft.Imaging.Pdf.Tree.PdfBookmark
    public Vintasoft.Imaging.Pdf.Tree.PdfBookmark SetBookmarkContainer(
    System.String bookmarkTitle
    )
    public: Vintasoft.Imaging.Pdf.Tree.PdfBookmark* SetBookmarkContainer(
    System.String bookmarkTitle
    )
    public:
    Vintasoft.Imaging.Pdf.Tree.PdfBookmark^ SetBookmarkContainer(
    System.String bookmarkTitle
    )

    Parameters

    bookmarkTitle
    Title of bookmark that must be used as container (root) for bookmarks added from target PDF document.

    Return Value

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also