.NET Framework Class Library
DocumentText.Pages Property
<< Click to Display Table of Contents >> DocumentText.Pages Property |
List of pages (of text) contained in this document.
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Property Pages As List(Of PageText) |
C# |
public List<PageText> Pages { get; set; } |
Visual C++ |
public: |