C#
VB
Java
C++
Represents a document bookmark (table of content) item.
[SerializableAttribute()]
[DataContractAttribute()]
public class DocumentBookmark
<SerializableAttribute(),
DataContractAttribute()>
Public Class DocumentBookmark
public [SerializableAttribute,
DataContractAttribute]
ref class DocumentBookmark
public class DocumentBookmark implements Serializable
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 |
For an example, refer to DocumentStructure.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET