Returns a copy of the FrameworkElements that represent the document pages.

Namespace:  C1.Silverlight.PdfViewer
Assembly:  C1.Silverlight.PdfViewer (in C1.Silverlight.PdfViewer.dll)

Syntax

C#
public IList<FrameworkElement> GetPages()
Visual Basic
Public Function GetPages As IList(Of FrameworkElement)

Return Value

A copy of the FrameworkElements that represent the document pages.

See Also