PDF.GetPos

table PDF.GetPos ( 

string ObjectName )

Example 1

tblManual = PDF.GetPos("Manual");

Gets the current X, Y coordinates of the "Manual" PDF object and stores the results in a table called "tblManual." These values can be accessed by referencing tblManual.X and tblManual.Y.

See also:  Related Actions