C # open a PDF file using winform

Source: Internet
Author: User

C # open a PDF file using winform
In fact, there are many ways to open a PDF file in winform: There are two main methods

I. Use the COM component provided by Adobe Reader

1. Add reference

Toolbox --- Right-click --- Select item -- COM component -- Adobe PDF Reader

2. Usage

Openfiledialog openfile = new openfiledialog ();

Open. Filter = "pdf file | *. pdf ";
Openfile. showdialog ();

Ax1_1_1.src = openfile. filename;

// Axacroapps1.loadfile (of. filename); // method 2

2. Do not use the COM component provided by Adobe Reader

Http://www.codeproject.com/KB/silverlight/BlendPDFwithSilverlight.aspx

Http://www.codeproject.com/KB/applications/PDFViewerControl.aspx

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.