IAdeUICallbacks::ShowPdfFile
Revision as of 03:24, 27 October 2015 by Jhuawen (talk | contribs) (Created page with "在计算ShowPdfFile()函数时调用。")
ADE User Guide > ADE Server Class Reference > IAdeUICallbacks
void IAdeUICallbacks::ShowPdfFile([in] string filepath, [in] string bookmark, [in] bool bSearch, [in] bool bBookmarks)
在计算ShowPdfFile()函数时调用。
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.
示例
返回值
无
另请参考
- ShowPdfFile() function
- OpenURL() function and IAdeUICallbacks::OpenURL method.
Comments
Enable comment auto-refresher