PagesEnumeratorTGetDocumentPage(T, Int32) Method

Looks up for the Document Page where Object is displayed.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public DocumentPage GetDocumentPage(
	T obj,
	int preferedPageIndex
)

Parameters

obj  T
Object to find Document Page for.
preferedPageIndex  Int32
Index of the prefered page to find Object on. Note: large Objects may be located on several Pages at the same time.

Return Value

DocumentPage
Document Page where given Object is found. Returns null if no Page found.

See Also