Page.GetSize

table Page.GetSize (

)

Example 1

page_size = Page.GetSize();

Gets the pixel dimensions of the current page and stores the width and height values in the "page_size" table. The dimensions can be accessed by referencing page_size.Width and page_size.Height.

See also: Related Actions