Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / GetPageSize Method
0-based page index.

In This Topic
    GetPageSize Method
    In This Topic
    Gets the size of a page specified by the page index. The size is in document coordinates (i.e. does not depend on the current zoom factor).
    Syntax
    'Declaration
     
    Public Function GetPageSize( _
       ByVal pageIdx As Integer _
    ) As SizeF
    public SizeF GetPageSize( 
       int pageIdx
    )

    Parameters

    pageIdx
    0-based page index.

    Return Value

    SizeF structure representing the specified page size.
    See Also