PdfBookmark
ExpandBookmark Property
|
It's true,expand node
It's false,collapse node
Namespace:
Spire.Pdf.Bookmarks
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool ExpandBookmark { get; set; }
Public Property ExpandBookmark As Boolean
Get
Set
public:
property bool ExpandBookmark {
bool get ();
void set (bool value);
}
member ExpandBookmark : bool with get, set
Property Value
Type:
Boolean
See Also