RichText.GetSize

table RichText.GetSize ( 

string ObjectName )

Example 1

rt_size = RichText.GetSize("RichText_Ob");

Gets the pixel dimensions of the "RichText_Ob" richtext object and stores the width and height values in the "rt_size" table. The dimensions can be accessed by referencing rt_size.Width and rt_size.Height.

See also:  Related Actions