Pdf Dosyasının Formunuzda Gösterilmesi
Merhaba arkadaşlar bir makalede daha birlikteyiz. Bu makalemizde Formumuzda Pdf dosyası açacağız. Toolbox tayken sağ tıkla. Choose Items i seç. Açılan Choose ToolBox Items penceresinde COM Components ten Adobe Pdf Reader i seç OK tıkla. ToolBox ınızda oluşan Adobe Pdf Reader ikonunu formunuza sürükleyip bırakın. Böylece Adobe Pdf Reader imiz artık Formumuzda. (Şekil 1)
Şekil 2 deki gibi Pdf ikonunu Formunuza sürükleyin.
Form1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
axAcroPDF1.LoadFile("C:\\bilgi.pdf");
}
}
}
Bir makalenin daha sonuna geldik. Bir sonraki makalede görüşmek dileğiyle. Hoşçakalın. Bahadır ŞAHİN