IPXC_Document::BookmarkRoot Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXC_Document::BookmarkRoot Property}}
 
{{#customTitle:IPXC_Document::BookmarkRoot Property}}
 
{{#parentPage:PXV:IPXC_Document|BookmarkRoot Property|property}}
 
{{#parentPage:PXV:IPXC_Document|BookmarkRoot Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''BookmarkRoot''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns  Pointer to [[PXV:IPXC_Bookmark|IPXC_Bookmark]] ...
+
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.  
  
 
== Syntax ==
 
== Syntax ==

Revision as of 06:53, 21 May 2015


Gets 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.

Syntax

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

See Also

IPXC_Document.