PDF.LoadFile

PDF.LoadFile ( 

string ObjectName,

string File )

Example 1

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."

Example 2

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