[]
Provides properties that allow to retrieve information about a resolved C1Page, such as the actual absolute page size, absolute margin values and so on. All size and length values provided by this class are absolute, expressed in ResolvedUnit.
public class PageResolvedInfo
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. |