• <menu id="w2i4a"></menu>
  • logo Spire.PDF教程-文檔操作
    文檔首頁>>Spire.PDF教程-文檔操作>>【教程】Spire.PDF 教程:在C#中顯示PDF文件的打印預(yù)覽

    【教程】Spire.PDF 教程:在C#中顯示PDF文件的打印預(yù)覽


    本文演示如何使用Spire.PDF和c#在Windows窗體應(yīng)用程序中顯示PDF文件的打印預(yù)覽。

    在使用下面的代碼之前,我們需要?jiǎng)?chuàng)建一個(gè)Windows窗體應(yīng)用程序,在窗體中添加一個(gè)PrintPreviewControl控件,并將Spire.Pdf.dll引用到應(yīng)用程序中。

    using System;
    using System.Windows.Forms;
    using Spire.Pdf;
    
    namespace PreviewPDF
    {
        public partial class Form1 : Form
        {
            public Form1()
            {
                InitializeComponent();
            }
                   
            private void printPreviewControl1_Click(object sender, EventArgs e)
            {
                //Load PDF file
                PdfDocument pdf = new PdfDocument();
                pdf.LoadFromFile("New Zealand.pdf");
    
                //Set the PrintPreviewControl.Rows and PrintPreviewControl.Columns properties to show multiple pages
                this.printPreviewControl1.Rows = 2;
                this.printPreviewControl1.Columns = 2;
    
                //Preview the pdf file
                pdf.Preview(this.printPreviewControl1);  
            }             
        }
    }

    截圖:

    圖片1

    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();