Class Bookmark
Represents information about a bookmark in a PDF document
Inheritance
System.Object
Bookmark
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Pdf
Assembly: Sartorius.SAF.Pdf.dll
Syntax
public class Bookmark
Properties
View SourceAction
Gets the action this bookmark is executing.
Declaration
public Action Action { get; }
Property Value
Type | Description |
---|---|
Action | The action this bookmark is executing. |
Children
Gets the child bookmarks of this instance.
Declaration
public IReadOnlyList<Bookmark> Children { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<Bookmark> | The child bookmarks of this instance. |
Title
Gets the title of this bookmark.
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
System.String | The title of this bookmark. |