Table of Contents

Class PropertyBookmark

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a document navigation bookmark with text and hierarchical level.

public class PropertyBookmark : DomItem
Inheritance
PropertyBookmark
Inherited Members

Properties

Level

Gets or sets the hierarchical level of the bookmark.

public string Level { get; set; }

Property Value

string

Text

Gets or sets the bookmark text displayed to the user.

public string Text { get; set; }

Property Value

string