IPXV_SearchEntryItem::ContextBookmark Property

From PDF XChange PDF SDK
Revision as of 02:57, 20 January 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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