Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 943 Bytes

File metadata and controls

13 lines (10 loc) · 943 Bytes

Create and read named destinations in PDF documents

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.

See also