PagesEnumeratorTGetDocumentPage(Int32, Int32) Method
Looks up for the Document Page where cursor Y coordinate can be displayed.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public DocumentPage GetDocumentPage(
int y,
out int collapsedHeight
)
Public Function GetDocumentPage (
y As Integer,
<OutAttribute> ByRef collapsedHeight As Integer
) As DocumentPage
public:
DocumentPage^ GetDocumentPage(
int y,
[OutAttribute] int% collapsedHeight
)
member GetDocumentPage :
y : int *
collapsedHeight : int byref -> DocumentPage
- 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.
DocumentPage
Document Page where cursor Y coordinate can be displayed.