IPXC_Document::BookmarkRoot Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Document::BookmarkRoot Property}}
 
{{#customTitle:IPXC_Document::BookmarkRoot Property}}
{{#parentPage:PXV:IPXC_Document|BookmarkRoot Property|property}}
+
{{#parentPage:PXV:IPXC_Document#Properties|BookmarkRoot|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Gets [[PXV:IPXC_Bookmark|bookmark root]] from the document. Note that the bookmarks root is just a container which holds all of the bookmarks and is not shown in the bookmark view.  
+
Gets [[PXV:IPXC_Bookmark|bookmark root]] from the document. Note that the bookmarks root is just a container that holds all of the bookmarks and is not shown in the bookmark view.  
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_BookmarkRoot([out, retval]  IPXC_Bookmark**  ppBookmark);
+
<pre class="brush:cpp;gutter:false">HRESULT get_BookmarkRoot([out, retval]  IPXC_Bookmark**  pBookmark);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Document|IPXC_Document]].
+
[[PXV:IPXC_Document|IPXC_Document]]

Latest revision as of 03:26, 15 June 2015


Gets bookmark root from the document. Note that the bookmarks root is just a container that holds all of the bookmarks and is not shown in the bookmark view.

Syntax

HRESULT get_BookmarkRoot([out, retval]  IPXC_Bookmark**  pBookmark);

See Also

IPXC_Document