ComponentOne PdfViewer for UWP
C1.UWP.PdfViewer Assembly / C1.Xaml.PdfViewer Namespace / C1PdfViewer Class / GetPages Method

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

    Return Value

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