亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

C#中如何使用pdfiumviewer

c#
小樊
83
2024-11-16 23:03:56
欄目: 編程語言

PDFiumViewer 是一個基于 Chromium 的 PDF 閱讀器控件,用于在 WPF、WinForms 和 UWP 應用程序中顯示 PDF 文件

  1. 首先,從 NuGet 安裝 PDFiumViewer 控件:
Install-Package PDFiumViewer
  1. 在您的項目中引用 PDFiumViewer 命名空間:

在 XAML 文件中:

<Window x:Class="YourNamespace.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:pdfiumviewer="clr-namespace:PdfiumViewer;assembly=PdfiumViewer">
    ...
</Window>

在 C# 文件中:

using PdfiumViewer;
  1. 在 XAML 中添加 PDFiumViewer 控件:
<pdfiumviewer:PdfViewer x:Name="pdfViewer" />
  1. 在 C# 代碼中加載 PDF 文件:
public MainWindow()
{
    InitializeComponent();

    // 加載 PDF 文件
    pdfViewer.LoadFile("path/to/your/pdf/file.pdf");
}
  1. 若要處理 PDF 文件的其他操作,如翻頁、縮放等,可以使用 PDFiumViewer 提供的屬性和事件。以下是一些示例:
  • 翻頁:
pdfViewer.Document.SetCurrentPage(1); // 跳轉到第一頁
  • 縮放:
pdfViewer.ZoomLevel = 1.5; // 設置縮放級別為 150%
  • 旋轉頁面:
pdfViewer.Document.SetRotation(PdfiumViewer.Rotation.On90); // 順時針旋轉 90 度
  • 添加單擊事件以在單擊時打開上下文菜單:
pdfViewer.MouseUp += PdfViewer_MouseUp;

private void PdfViewer_MouseUp(object sender, MouseButtonEventArgs e)
{
    pdfViewer.ContextMenu.IsOpen = true;
}

這只是 PDFiumViewer 控件的基本用法。您可以根據項目需求進一步探索其功能和事件。更多詳細信息和示例,請參閱官方文檔:https://github.com/pvginkel/PdfiumViewer

0
鄱阳县| 巴中市| 宝应县| 合作市| 喀什市| 福州市| 陇南市| 德清县| 工布江达县| 思南县| 介休市| 沭阳县| 高安市| 革吉县| 甘肃省| 师宗县| 布尔津县| 奇台县| 景谷| 甘孜| 南投市| 江陵县| 吐鲁番市| 大关县| 永年县| 汉中市| 扎囊县| 噶尔县| 金门县| 略阳县| 哈尔滨市| 探索| 交口县| 榕江县| 区。| 万州区| 中卫市| 安泽县| 霞浦县| 重庆市| 伊吾县|