Mayur  Gujrathi

Mayur Gujrathi

  • 380
  • 4.1k
  • 1m

To show image in pdf with toolbar

Aug 24 2011 5:41 AM

I have one pdf control
in ASP.NET

cc1:showpdf ID="ShowPdf1" runat="server" BorderStyle="Inset"
BorderWidth="2px" FilePath=""
Height="700px" Style="z-index: 400; left: 24px; top: 700px;"
Width="800px" />

and i am showing image in this pdf control like this

ShowPdf1.FilePath ="imagepath"

Image is showing in pdf but without tool bar


Answers (11)