Back to Devexpress

PdfBookmark.IsInitiallyClosed Property

officefileapi-devexpress-dot-pdf-dot-pdfbookmark-62349ca4.md

latest1.5 KB
Original Source

PdfBookmark.IsInitiallyClosed Property

Gets or sets a value that indicates whether bookmarks are initially closed (bookmark children are hidden) in the navigation panel after a document is loaded.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public bool IsInitiallyClosed { get; set; }
vb
Public Property IsInitiallyClosed As Boolean

Property Value

TypeDescription
Boolean

true , if the bookmark children are initially hidden (closed) in the navigation panel; otherwise, false.

|

Remarks

The bookmarks have a tree-structured hierarchy in the navigation panel. Use the IsInitiallyClosed property to specify the initial bookmark child state (closed or opened) after a document is loaded.

For more information, see the Bookmarks topic.

See Also

PdfBookmark Class

PdfBookmark Members

DevExpress.Pdf Namespace