PDF.GetFile

string PDF.GetFile ( 

string ObjectName )

Example 1

pdf_file = PDF.GetFile("PDF1");

Gets the path to the file currently loaded in the PDF object called "PDF1" and stores it in a variable called "pdf_file."

See also:  Related Actions