Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Box

LayoutPage Properties

A page of the document layout.
Name Description
BackgroundFloatingObjects Provides access to the collection of layouts related to the floating objects located behind the text.
Bounds Gets coordinates of a rectangle which encompasses the layout element. Inherited from LayoutElementBase.
CommentsArea Gets the comments area of the current page.
FloatingObjects Returns floating objects located in the current page.
Footer Gets the footer of the current page.
ForegroundFloatingObjects Provides access to the collection of layouts related to the floating objects located in front of the text.
Frames Provides access to the frames located in the document.
Header Gets the header of the current page.
Index Gets the index of the current page in the document layout.
MainContentRange Obtains a range that corresponds to the main page area of the current page.
PageAreas Gets page areas of the current page.
Parent Returns the element which is one step higher in the layout hierarchy. Inherited from LayoutElementBase.
Type Gets the type of layout element.
See Also