←Select platform

DocumentBookmark Class

Summary

Represents a document bookmark (table of content) item.

Syntax
C#
VB
C++
Java
[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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly