embed an pdf into .net application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nila2109
    New Member
    • Mar 2008
    • 2

    embed an pdf into .net application

    I want to embed an pdf into .net application but it should not have the property for editing, saving, printing and the doc must be secured should not be shown outside......

    Some one says that you can use the adobe control in .net toolbar and drag it to the form..., i tried but its not working, it displays a blank form........... how to view that adobe properties and remove tat unwanted properties..... and must remodify the adobe reader properties...

    If anybody there to help me...... thanks a lot....
  • jjvainav
    New Member
    • Feb 2008
    • 25

    #2
    Unfortunetly the Acrobat Reader ActiveX is very limited. You can however hide the toolbars:

    Code:
    axAcroPDF1.setShowToolbar(false);

    Comment

    Working...