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.
Namespace:
C1.C1PreviewNote 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.
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public PageResolvedInfo ResolvedInfo { get; } |
Visual Basic |
---|
Public ReadOnly Property ResolvedInfo As PageResolvedInfo Get |