IAdeUICallbacks::ShowPdfFile

Revision as of 18:17, 12 May 2015 by Lchrisman (talk | contribs) (Created page with "<< Back to IAdeUICallbacks = void IAdeUICallbacks::ShowPdfFile([in] string filepath, [in] string bookmark, [in] bool bSearch, [in] bool bBookmarks) = ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< Back to IAdeUICallbacks

void IAdeUICallbacks::ShowPdfFile([in] string filepath, [in] string bookmark, [in] bool bSearch, [in] bool bBookmarks)

Called when the ShowPdfFile() function is evaluated.

You implement this method to display a PDF file to the user when requested to do so by the model logic.

Parameters

  • «filepath»: the PDF file to display
  • «bookmark»: the bookmark to jump to (if any)
  • «bSearch»: True if user has requested the search panel to be visible in the PDF reader.
  • «bBookmarks»: True if the user has requested the list-of-bookmarks pane to be visible.

Examples

Return value

None

See Also

Comments


You are not allowed to post comments.