OverviewExamples
| 
 PDF.LoadFile (  | 
PDF.LoadFile("PDF1", "AutoPlay\\Docs\\Sample.pdf");
Loads the file "Sample.pdf" currently available in the project's "Docs" folder into the PDF object named "PDF1."
PDF.LoadFile("PDFWeb", "http://www.myfakedomain.com/docs/web_sample.pdf");
Loads the file "web_sample.pdf" from "http://www.myfakedomain.com/docs/" into the PDF object named "PDFWeb."
See also: Related Actions