MindFusion WinForms Programmer's Guide
ReportLayout.GetPageSize Method
See Also
 





Returns the size of the page with the specified 0-based index. The returned value indicates the paper size of the page, including padding, margin and content.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public SizeF GetPageSize (
    int pageIndex
)

Visual Basic  Copy Code

Public Function GetPageSize( _
    pageIndex As Integer _
) As SizeF

 Parameters

pageIndex
The 0-based index of the page. If the index is less than 0 or greater or equal to the number of available pages, an IndexOutOfRangeException is thrown.

 Return Value

A .NET SizeF object specifying the page size.

 See Also

ReportLayout Members
ReportLayout Class
MindFusion.Reporting Namespace