Click or drag to resize

PdfBookmarkWidget Title Property

Gets or sets the outline title.

Namespace: Spire.Pdf.Bookmarks
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public override string Title { get; set; }

Property Value

Type: String
Remarks
The outline title is the text, which appears in the outline tree as a tree node.
See Also