This sample shows how to work with named destinations in PDF documents using Docotic.Pdf library.
In Docotic.Pdf, destinations are called views. The PdfDocumentView class
provides an API for PDF destinations. Use PdfDocument.CreateView methods
to create a view.
The PdfDocument.SharedViews property provides access to the collection of all named views in a document. The code in this sample first reads existing named views and then creates a new named view.