Class BookmarkItem
Represents a PDF bookmark (outline) item.
Inheritance
System.Object
BookmarkItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class BookmarkItem : FixedDocumentElementBase, IFixedDocumentElement
Constructors
Properties
Gets or sets the action to be performed when this bookmark item is activated.
Declaration
public Action Action { get; set; }
Property Value
Gets or sets the destination to be displayed when this bookmark item is activated.
Declaration
public Destination Destination { get; set; }
Property Value
Gets or sets whether the bookmark item is open or closed by default. For example, when
an item is open by default, its children are initially visible when document is loaded.
Declaration
public bool IsExpanded { get; set; }
Property Value
Gets or sets the style characteristics for displaying the bookmark item's text.
Declaration
public BookmarkItemStyle TextStyle { get; set; }
Property Value
Gets or sets the text to be displayed for this bookmark item.
Declaration
public string Title { get; set; }
Property Value
Exceptions
System.ArgumentNullException
Thrown when the value is null .
|
Extension Methods