Click or drag to resize

StiReportGetPageIndex Method

Returns the page index by page number and indexes of the segment. Used for segmented pages.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public int GetPageIndex(
	int pageNumber,
	out int x,
	out int y
)

Parameters

pageNumber
Type: SystemInt32
A page number.
x
Type: SystemInt32
A segment index of X-direction.
y
Type: SystemInt32
A segment index of Y-direction.

Return Value

Type: Int32
A page index.
See Also