Excluding bookmark from Table Of Contents using WinRT sdk.

Is it possible to exclude a bookmark from being part of Table of Contents? I am using the latest version of PDFTron for WinRT.

Could you clarify what you mean by “TOC grid” and “bookmarks grid”?

The PDF notion of “bookmark” is a bit different than bookmarks used by web browsers and ebook readers, and resembles a table of contents. So I suspect this may be what you mean by “TOC grid”. PDF bookmarks can be manipulated in the PDFNet SDK using its Bookmark API, as the following code sample shows:

http://www.pdftron.com/pdfnet/samplecode.html#Bookmark

If you are referring to annotation & bookmar tab in CompleteReader WinRT sample, you can definitely remove the tab (you have full control over the UI).