IAdeUICallbacks::ShowPdfFile
ADE User Guide > ADE Server Class Reference > 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
- ShowPdfFile() function
- OpenURL() function and IAdeUICallbacks::OpenURL method.
Comments
Enable comment auto-refresher