SlideShow.GetSize

table SlideShow.GetSize ( 

string ObjectName )

Example 1

slideshow_size = SlideShow.GetSize("SlideShow_Ob");

Gets the pixel dimensions of the "SlideShow_Ob" slideshow object and stores the width and height values in the "slideshow_size" table. The dimensions can be accessed by referencing slideshow_size.Width and slideshow_size.Height.

See also:  Related Actions