Paragraph.GetSize

table Paragraph.GetSize (

string ObjectName )

Example 1

box_size = Paragraph.GetSize("Product Info");

Gets the pixel dimensions of the "Product Info" paragraph object and stores the width and height values in the "box_size" table. The dimensions can be accessed by referencing box_size.Width and box_size.Height.

See also: Related Actions