Gets the PageResolvedInfo object corresponding to the current page. After the current page has been resolved, this property allows to retrieve absolute values describing the geometry of the page, margins, and columns.

Note that if the current page has not been resolved yet, the value of this property is null, so you should always test it before accessing the nested properties.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public PageResolvedInfo ResolvedInfo { get; }
Visual Basic
Public ReadOnly Property ResolvedInfo As PageResolvedInfo
	Get

See Also