PDF.LoadFile

PDF.LoadFile (

string ObjectName,

string File )

Description

Loads a PDF File (*.pdf) or URL into a PDF object.

Parameters

ObjectName

(string) The name of the PDF object.

File

(string) The path to the local PDF File (*.pdf), or the URL. Click the browse button to select a file.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions