Difference between revisions of "IAdeUICallbacks::ShowPdfFile"

(Created page with "<< Back to IAdeUICallbacks = void IAdeUICallbacks::ShowPdfFile([in] string filepath, [in] string bookmark, [in] bool bSearch, [in] bool bBookmarks) = ...")
 
Line 1: Line 1:
[[IAdeUICallbacks|<< Back to IAdeUICallbacks]]
+
[[Category:ADE User Guide]]
 
+
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[IAdeUICallbacks]]
 +
<languages />
 +
<translate>
 
= void [[IAdeUICallbacks]]::ShowPdfFile([in] string filepath, [in] string bookmark, [in] bool bSearch, [in] bool bBookmarks) =
 
= void [[IAdeUICallbacks]]::ShowPdfFile([in] string filepath, [in] string bookmark, [in] bool bSearch, [in] bool bBookmarks) =
  
Line 24: Line 26:
 
* [[ShowPdfFile]]() function
 
* [[ShowPdfFile]]() function
 
* [[OpenURL]]() function and [[IAdeUICallbacks::OpenURL]] method.
 
* [[OpenURL]]() function and [[IAdeUICallbacks::OpenURL]] method.
 +
</translate>

Revision as of 01:38, 16 June 2015

ADE User Guide > ADE Server Class Reference > IAdeUICallbacks

Other languages:
English • ‎中文

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.