PdfBookmark
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 virtual string Title { get; set; }
Public Overridable Property Title As String
Get
Set
public:
virtual property String^ Title {
String^ get ();
void set (String^ value);
}
abstract Title : string with get, set
override Title : string with 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