PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1Page Class / ResolvedInfo Property

In This Topic
    ResolvedInfo Property (C1Page)
    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
    public PageResolvedInfo ResolvedInfo {get;}
    See Also