BookmarkHasChildren Method |
Indicates whether the Bookmark has children.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool HasChildren()
Public Function HasChildren As Boolean
public:
virtual bool HasChildren() sealed
Return Value
Type:
Boolean True if the Bookmark has children; otherwise false.
See Also