.NET Framework Class Library

DocumentText.Pages Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

DocumentText.Pages Property

List of pages (of text) contained in this document.

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Property Pages As List(Of PageText)
 Get
 Set

C#

public List<PageTextPages { getset; }

Visual C++

public:
property List<PageText^>^ Pages {
 List<PageText^>^ get ();
 void set (List<PageText^>^ value);
}

See Also

DocumentText Class

DocumentText Members

Gnostice.Core.DOM Namespace