The list of pages to view.
Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.2
Syntaxpublic IList<Page> Pages { get; }
Public ReadOnly Property Pages As IList(Of Page)
Get
public:
property IList<Page^>^ Pages {
IList<Page^>^ get ();
}
member Pages : IList<Page> with get
Property Value
Type:
IListPage
See Also