當前位置:編程學習大全網 - 網站源碼 - c++builder顯示PDF,該怎麽處理

c++builder顯示PDF,該怎麽處理

只能給妳壹個試例了。

C/C++ codeAcroPDF1->Visible = false;

AcroPDF1->LoadFile("C:\\test.pdf");

AcroPDF1->setShowToolbar(false);

AcroPDF1->setShowScrollbars(false);

AcroPDF1->setLayoutMode("SinglePage");

AcroPDF1->setPageMode("none");

AcroPDF1->setView("Fit");

AcroPDF1->gotoFirstPage();

AcroPDF1->Visible = true;

  • 上一篇:軟件產品庫管理流程文檔
  • 下一篇:為什麽android源碼不能在windows下編譯
  • copyright 2024編程學習大全網