Click or drag to resize

BookmarkGetOpenCount Method

Gets the number of opened bookmarks in this subtree.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public int GetOpenCount()

Return Value

Type: Int32
The number of opened bookmarks in this subtree (not including this Bookmark). If the item is closed, a negative integer whose absolute value specifies how many descendants would appear if the item were reopened.
See Also