Hi,
Iam using Pdf Viewer for displaying the content of the file. I have used the same code that is used in pdf viewer demo i.e
@{Html.Syncfusion().PdfViewer("gettingstarted").Load((string)ViewData["file"]).Width(System.Web.UI.WebControls.Unit.Pixel(900))
.PdfParamsArgs((PdfViewerParams)ViewData["PdfParam"]).Render();}
to define pdf viewer in my asp.net mvc3 view page but its not defined and showing the errors.
Can U plz provide any solution for this?
Thanks and regards,
Durga Bhavani