PDF.GetSize

table PDF.GetSize ( 

string ObjectName )

Example 1

ob_size = PDF.GetSize("Manual");

Gets the pixel dimensions of the "Manual" PDF object and stores the width and height values in the "ob_size" table. The dimensions can be accessed by referencing ob_size.Width and ob_size.Height.

See also:  Related Actions