IAdeUICallbacks::ShowPdfFile

This page is a translated version of the page IAdeUICallbacks::ShowPdfFile and the translation is 100% complete.

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)

在计算ShowPdfFile()函数时调用。

当模型逻辑请求给用户提供一个PDF文件时,你可以通过执行该方法给用户显示一个PDF文件。

参 数

  • «filepath»:要显示的PDF文件
  • «bookmark»:跳转的书签(如果存在)
  • «bSearch»:如果用户请求在PDF中显示搜索面板,值为Ture。
  • «bBookmarks»:如果用户请求显示书签列表,值为Ture。

示例

返回值

另请参考

Comments


You are not allowed to post comments.