C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1Page Class / ResolvedInfo Property

In This Topic
ResolvedInfo Property
In This Topic
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.

Syntax
'Declaration
 
Public ReadOnly Property ResolvedInfo As PageResolvedInfo
 
See Also