Gets Dictionary<(Of <(TKey, TValue>)>) of pages of the document (see PageInfoEx class).
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ExtensionLinkAssembly: PerpetuumSoft.ReportingServices.Viewer.ExtensionLink (in PerpetuumSoft.ReportingServices.Viewer.ExtensionLink.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Dictionary<int, PageInfoEx> Pages { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Pages As Dictionary(Of Integer, PageInfoEx) |
Visual C++ |
---|
public: property Dictionary<int, PageInfoEx^>^ Pages { Dictionary<int, PageInfoEx^>^ get (); } |