The easiest way is to name the PDF document instead
of the control, e.g.
Control (1,1) (10,120) progid="C:\PDF\test.pdf"
name=" pdf1"
If you use the control you will need to call up
a VB.NET (or VBScript) function that uses the LoadFile() method
of the control to set the document path. See
http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/iac_api_reference.pdf
for the full documentation.
|