The PageResolvedInfo type exposes the following members.

Properties

  Name Description
Public property ColumnBounds
Gets the array of RectangleD values specifying the column bounds on the current page, in ResolvedUnit units. Column bounds do not include page margins, page header and footer areas, and gaps between the columns.
Public property ColumnCount
Gets the number of columns on the current page.
Public property Page
Gets the C1Page object associated with the current PageResolvedInfo.
Public property PageBounds
Gets the area of the current page within the margins, relative to the left top corner of the page, in ResolvedUnit units.
Public property PageFooterBounds
Gets the bounds of the footer area on the current page, in ResolvedUnit units.
Public property PageHeaderBounds
Gets the bounds of the header area on the current page, in ResolvedUnit units.
Public property PageMargins
Gets the current page margins, in ResolvedUnit units.
Public property PageSize
Gets the total size of the current page, including margins (i.e. "paper size"), in ResolvedUnit units.

See Also