Scheduler for WPF and Silverlight | ComponentOne
C1.WPF.PdfViewer Namespace / C1PdfViewer Class / GetPages Method

In This Topic
    GetPages Method (C1PdfViewer)
    In This Topic
    Returns a copy of the FrameworkElements that represent the document pages.
    Syntax
    'Declaration
     
    
    Public Function GetPages() As IList(Of FrameworkElement)
    public IList<FrameworkElement> GetPages()

    Return Value

    A copy of the FrameworkElements that represent the document pages.
    See Also