PagesEnumeratorTGetDocumentPage(T, Int32) Method
Looks up for the Document Page where Object is displayed.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public DocumentPage GetDocumentPage(
T obj,
int preferedPageIndex
)
Public Function GetDocumentPage (
obj As T,
preferedPageIndex As Integer
) As DocumentPage
public:
DocumentPage^ GetDocumentPage(
T obj,
int preferedPageIndex
)
member GetDocumentPage :
obj : 'T *
preferedPageIndex : int -> DocumentPage
- 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.
DocumentPage
Document Page where given Object is found. Returns null if no Page found.