loadURL

Load a PDF file from via a URL.
loadURL([in] BSTR url)
This function loads a PDF file from a URL, and displays its first page.

The loadURL function throws an error if the PDF file cannot be opened.

VB:
viewer.loadURL("http://......")
loadFile
loadFileWithPassword
loadStream
loadStreamWithPassword
loadURLWithPassword
closeFile