IPXV_SearchEntryItem::ContextBookmark Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchEntryItem::ContextBookmark Property}}
 
{{#customTitle:IPXV_SearchEntryItem::ContextBookmark Property}}
 +
{{#parentPage:PXV:IPXV_SearchEntryItem#Properties|ContextBookmark|property}}
 +
{{ToReview}}
  
Property '''ContextBookmark''' of interface [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]] returns  Pointer to [[PXV:IPXC_Bookmark|IPXC_Bookmark]] ...
+
Property '''ContextBookmark''' of interface [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]] returns  Pointer to [[PXV:IPXC_Bookmark|IPXC_Bookmark]] containing the closest bookmark to the current Search Entry. This property is optional and will be available when both of the PXV_SearchFlag_GetContextBookmarks and PXV_SearchFlag_IncludePageText flags are used.  
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ContextBookmark([out, retval] IPXC_Bookmark** ppBookmark);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ContextBookmark([out, retval] IPXC_Bookmark** pBookmark);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]].
+
[[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]]

Latest revision as of 02:57, 20 January 2017


Property ContextBookmark of interface IPXV_SearchEntryItem returns Pointer to IPXC_Bookmark containing the closest bookmark to the current Search Entry. This property is optional and will be available when both of the PXV_SearchFlag_GetContextBookmarks and PXV_SearchFlag_IncludePageText flags are used.

Syntax

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

See Also

IPXV_SearchEntryItem