ImageGear Professional for Windows ActiveX
FindTitle Method

Description:

Gets the first bookmark whose title is Title.

Syntax:

      FindTitle(Title As String, MaxDepth As Long) As IGPDFBookmark

Parameters:

Name Description
Title The text value to search for.
MaxDepth The number of sub-tree levels to search, not counting the root level.
  • 0 - Only look at the current bookmark, not at any of its children.
  • 1 - Check the current bookmark and its children, but not any grandchildren or great grandchildren, and so on.
  • -1 - Check the entire sub-tree.

Return Value:

The bookmark with the specified title or NULL if there is no such bookmark.

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback