ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.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 IList(Of FrameworkElement)
    public IList<FrameworkElement> GetPages()

    Return Value

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