The PageResolvedInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
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.
|
|
ColumnCount |
Gets the number of columns on the current page.
|
|
Page |
Gets the C1Page object associated with the current PageResolvedInfo.
|
|
PageBounds |
Gets the area of the current page within the margins, relative to the
left top corner of the page,
in ResolvedUnit units.
|
|
PageFooterBounds |
Gets the bounds of the footer area on the current page,
in ResolvedUnit units.
|
|
PageHeaderBounds |
Gets the bounds of the header area on the current page,
in ResolvedUnit units.
|
|
PageMargins |
Gets the current page margins,
in ResolvedUnit units.
|
|
PageSize |
Gets the total size of the current page, including margins (i.e. "paper size"),
in ResolvedUnit units.
|