PagesEnumeratorTGetDocumentPage(Int32, Int32) Method

Looks up for the Document Page where cursor Y coordinate can be displayed.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public DocumentPage GetDocumentPage(
	int y,
	out int collapsedHeight
)

Parameters

y  Int32
The logical coordinate (must not contain Logical Page Offset), f.e.: real location of the Object.
collapsedHeight  Int32
Returns CollapsedHeight for the given Y coordinate.

Return Value

DocumentPage
Document Page where cursor Y coordinate can be displayed.

See Also