IPXV_SearchEntryItem::ContextBookmark Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXV_SearchEntryItem::ContextBookmark Property}}
 
{{#customTitle:IPXV_SearchEntryItem::ContextBookmark Property}}
 
{{#parentPage:PXV:IPXV_SearchEntryItem#Properties|ContextBookmark|property}}
 
{{#parentPage:PXV:IPXV_SearchEntryItem#Properties|ContextBookmark|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{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 ==

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