Opens or closes the Bookmark.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetOpen(
bool is_open
)
Public Sub SetOpen (
is_open As Boolean
)
public:
virtual void SetOpen(
[InAttribute] bool is_open
) sealed
function SetOpen(is_open);
Parameters
- is_open
- Type: SystemBoolean
If true, the Bookmark is opened. Otherwise the Bookmark is closed.
Remarks An opened Bookmark shows its children, while a closed Bookmark does not.
See Also