←Select platform

DocumentBookmark Class

Summary

Represents a document bookmark (table of content) item.

Syntax

C#
VB
Java
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public class DocumentBookmark 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Class DocumentBookmark 
public [SerializableAttribute,  
   DataContractAttribute] 
   ref class DocumentBookmark 
public class DocumentBookmark implements Serializable 

Remarks

The document bookmark contains the following properties:

Member Description
Title The title (caption) of the bookmark
Target The target of the bookmark
FontStyles Optional font to use when rendering the title
Children List of child bookmarks
Example

For an example, refer to DocumentStructure.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly