saveAs

Save the currently open PDF file to disk.
saveAs([in] BSTR fileName)
This function saves the current PDF file (whether it was read from disk or memory) to a new file.
VB:
viewer.saveAs("c:/output/file.pdf")