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.