Congratulations to all monthly winners of May 2013 !!! They have won INR 2900 cash and INR 27497 worth prize.
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 5878 |  Welcome, Guest!   Register  Login
 Home > Forums > WPF > Problem with Pdf not getting rotated inside Surface ...
Ksuresh_fk@yahoo.co.in

Problem with Pdf not getting rotated inside Surface

Replies: 1 | Posted by: Ksuresh_fk@yahoo.co.in on 12/26/2011 | Category: WPF Forums | Views: 495 | Status: [Member] | Points: 10  


Hi i am using surface to open PDF file in wedbrowser control. the PDF file gets opened but webBrowser doesnt get rotated.

string filepath = @"C:\Users\suresh.k\Desktop\WpfPDFViewer\bin\Debug\Files\SSRS.pdf";

public Window2()
{
InitializeComponent();
WebBrowser1.Navigate(new Uri(filepath));
}



Tried with binding"Adobe PDF Reader" into windows user control, which gets showed by means of WindowsFormsHost control.(Doesnt rotate here also)

string filepath = AppDomain.CurrentDomain.BaseDirectory + @"Files\SSRS.pdf";
var uc = new UserControl1(filepath);
this.windowsFormsHost1.Child = uc;



Please suggest one solution to overcome the problem


Reply | Reply with attachment | Alert Moderator

 Responses below this adGet hundreds of .NET Tips and Tricks videos

 Replies

Balajirnaukri@gmail.com
Balajirnaukri@gmail.com  
Posted on: 12/28/2011 10:02:26 AM
Level: Starter | Status: [Member] | Points: 25

Go through this Link

http://api.jquery.com/text/

Thanks and Regards
Balaji.R
ASP.NET Devloper
Solve-IT corp

Ksuresh_fk@yahoo.co.in, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Reply - Please login to reply


Click here to login & reply

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 6/18/2013 6:51:00 PM