Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

#Declaration

public bool IsInitiallyClosed { get; set; }

#Property Value

Type Description
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