ComponentOne PdfViewer for UWP
GetPages Method

C1.UWP.PdfViewer Assembly > C1.Xaml.PdfViewer Namespace > C1PdfViewer Class : GetPages Method
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

Reference

C1PdfViewer Class
C1PdfViewer Members