Leadtools.Pdf Namespace > PDFFile Class : WriteBookmarks Method |
public void WriteBookmarks( IList<PDFBookmark> bookmarks, string destinationFileName )
'Declaration Public Sub WriteBookmarks( _ ByVal bookmarks As IList(Of PDFBookmark), _ ByVal destinationFileName As String _ )
'Usage Dim instance As PDFFile Dim bookmarks As IList(Of PDFBookmark) Dim destinationFileName As String instance.WriteBookmarks(bookmarks, destinationFileName)
public void WriteBookmarks( Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <PDFBookmark> bookmarks, string destinationFileName )
function Leadtools.Pdf.PDFFile.WriteBookmarks( bookmarks , destinationFileName )
public: void WriteBookmarks( IList<PDFBookmark>^ bookmarks, String^ destinationFileName )
You can use this method to create a Table of Contents (TOC) for a PDF file. For more information, refer to PDFBookmark.
You can create a bookmarks list from scratch and populate with the bookmarks required, or you can read the bookmarks of a PDF file using PDFDocument.ParseDocumentStructure with the PDFParseDocumentStructureOptions.Bookmarks included in the options parameter. Modify these bookmarks then write them back to the file.
For an example, refer to PDFDocument.ParseDocumentStructure.
Target Platforms: Windows 7, 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