Gets or sets the outline title.
Namespace: Spire.Pdf.BookmarksAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public override string Title { get; set; }
Public Overrides Property Title As String Get Set
public: virtual property String^ Title { String^ get () override; void set (String^ value) override; }
abstract Title : string with get, set override Title : string with get, set
Property Value
String
Remarks
The outline title is the text,
which appears in the outline tree as a tree node.