LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

PDFBookmark Structure






Members 
Provides information about PDF bookmark properties
Object Model
PDFBookmark StructurePDFPoint Structure
Syntax
[SerializableAttribute()]
public struct PDFBookmark : System.ValueType 
'Declaration
 
<SerializableAttribute()>
Public Structure PDFBookmark 
   Inherits System.ValueType
'Usage
 
Dim instance As PDFBookmark
[SerializableAttribute()]
public class PDFBookmark
JAVASCRIPT_NOSTRUCTS
[SerializableAttribute()]
public value class PDFBookmark : public System.ValueType 
Remarks

The PDFBookmark structure contains the properties of a single PDF bookmark. The collection of the bookmarks in a PDF file consititute the Table of Contents (TOC) of the document. Typically, external viewers will load all the bookmarks of a document and generate this TOC. The viewer then allows the user to click on any entry in the TOC and perform the action of the bookmark.

The bookmarks and internal links of a PDF have a document (global) scope and are not part of any page. As a result, to read the bookmarks of a document, use the PDFDocument.ParseDocumentStructure method. Then access the PDFDocument.Bookmarks and PDFDocument.InternalLinks collections.

The bookmark has the following properties to represent its appearance:

The action of a bookmark consists of the followng:

Example

For an example, refer to PDFDocument.ParseDocumentStructure.

Requirements

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

See Also

Reference

PDFBookmark Members
Leadtools.Pdf Namespace
PDF Coordinate System

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.