It's true,expand node It's false,collapse node

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This property may be removed in the future,please use the property of PdfBookmark.ExpandBookmark")]
public bool BookMarkExpandOrCollapse { set; }
<ObsoleteAttribute("This property may be removed in the future,please use the property of PdfBookmark.ExpandBookmark")> 
Public WriteOnly Property BookMarkExpandOrCollapse As Boolean
	Set
public:
[ObsoleteAttribute(L"This property may be removed in the future,please use the property of PdfBookmark.ExpandBookmark")]
property bool BookMarkExpandOrCollapse {
	void set (bool value);
}
[<ObsoleteAttribute("This property may be removed in the future,please use the property of PdfBookmark.ExpandBookmark")>]
member BookMarkExpandOrCollapse : bool with set

Property Value

Boolean

See Also