Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1FoundPosition Class / GetPage Method

In This Topic
    GetPage Method (C1FoundPosition)
    In This Topic
    Returns C1Page object where find position located.
    Syntax
    'Declaration
     
    Public MustOverride Function GetPage() As C1Page
    public abstract C1Page GetPage()

    Return Value

    C1Page object where find position located.
    See Also