Gets the parent bookmark of this bookmark or null if the bookmark has no parent.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public Bookmark ParentBookmark { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ParentBookmark As Bookmark Get |
| Visual C++ |
|---|
public: property Bookmark^ ParentBookmark { Bookmark^ get (); } |