ComponentOne PdfViewer for WPF and Silverlight
C1.Silverlight.PdfViewer.5 Assembly / C1.Silverlight.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