TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Krishnakumar Sivaraman
NA
12
1.6k
C# : LoadFile Missin
Jan 25 2016 9:52 PM
I tried to copy this code to display pdf in c# , but
axAcroPDFLib.axAcroPDF
does not contain
Loadfile
....... error comes !
Is there any possible solution for this?
private void button1_Click(object sender, EventArgs e)
{
{
// Create object of Open file dialog class
{
OpenFileDialog dlg = new OpenFileDialog();
// set file filter of dialog
dlg.Filter = "pdf files (*.pdf) |*.pdf;";
dlg.ShowDialog();
if (dlg.FileName!= null)
{
// use the LoadFile(ByVal fileName As String) function for open the pdf in control
axAcroPDF1.LoadFile(dlg.FileName);
}
}
Reply
Answers (
1
)
EDB File Extension
Multiple Remote Session on one machine on Windows 10 Pro