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)
在计算ShowPdfFile()函数时调用。
当模型逻辑请求给用户提供一个PDF文件时,你可以通过执行该方法给用户显示一个PDF文件。
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